Click or drag to resize
StatisticsSetDouble Method (Int32, Double)
Sets the value of a statistic with the given id whose type is double.

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

Parameters

id
Type: SystemInt32
a statistic id obtained with [!:#nameToId] or [!:#StatisticsType#nameToId]
value
Type: SystemDouble
value to set
Exceptions
ExceptionCondition
IllegalArgumentException If the id is invalid.
See Also