C# Class FoundationDB.Client.Status.LoadCounter

Afficher le fichier Open project: BedeGaming/foundationdb-dotnet-client Class Usage Examples

Méthodes publiques

Свойство Type Description
Counter long
Hz double
Roughness double

Méthodes publiques

Méthode Description
LoadCounter ( long counter, double hz, double roughness ) : FoundationDB.Client.Utils
ToString ( ) : string

Private Methods

Méthode Description
From ( object>.Dictionary data, string field ) : LoadCounter

Method Details

LoadCounter() public méthode

public LoadCounter ( long counter, double hz, double roughness ) : FoundationDB.Client.Utils
counter long
hz double
roughness double
Résultat FoundationDB.Client.Utils

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Counter public_oe property

Absolute value, since the start (ex: "UNIT")
public long Counter
Résultat long

Hz public_oe property

Rate of change, per seconds, since the last snapshot ("UNIT per seconds")
public double Hz
Résultat double

Roughness public_oe property

public double Roughness
Résultat double