Click or drag to resize
StatisticsGetDouble Method (Int32)
Returns the value of the identified statistic of type double.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public double GetDouble(
	int id
)

Parameters

id
Type: SystemInt32
a statistic id obtained with [!:#nameToId] or [!:#StatisticsType#nameToId]

Return Value

Type: Double
Exceptions
ExceptionCondition
IllegalArgumentException If the id is invalid.
See Also