C# Class FoundationDB.Client.Status.LoadCounter

Show file 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 property

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

Hz public property

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

Roughness public property

public double Roughness
return double