C# Class FoundationDB.Client.Status.LoadCounter

Mostrar archivo Open project: BedeGaming/foundationdb-dotnet-client Class Usage Examples

Public Properties

Property Type Description
Counter long
Hz double
Roughness double

Public Methods

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

Private Methods

Method Description
From ( object>.Dictionary data, string field ) : LoadCounter

Method Details

LoadCounter() public method

public LoadCounter ( long counter, double hz, double roughness ) : FoundationDB.Client.Utils
counter long
hz double
roughness double
return FoundationDB.Client.Utils

ToString() public method

public ToString ( ) : string
return string

Property Details

Counter public_oe property

Absolute value, since the start (ex: "UNIT")
public long Counter
return long

Hz public_oe property

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

Roughness public_oe property

public double Roughness
return double