StatisticsGetDouble Method (Int32) |
Returns the value of the identified statistic of type double.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic double GetDouble(
int id
)
Public Function GetDouble (
id As Integer
) As Double
public:
virtual double GetDouble(
int id
) sealed
abstract GetDouble :
id : int -> float
override GetDouble :
id : int -> float
Parameters
- id
- Type: SystemInt32
a statistic id obtained with [!:#nameToId]
or [!:#StatisticsType#nameToId]
Return Value
Type:
Double
Exceptions
See Also