StatisticsSetDouble Method (Int32, Double) |
Sets the value of a statistic with the given id
whose type is double.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetDouble(
int id,
double value
)
Public Sub SetDouble (
id As Integer,
value As Double
)
public:
virtual void SetDouble(
int id,
double value
) sealed
abstract SetDouble :
id : int *
value : float -> unit
override SetDouble :
id : int *
value : float -> unit
Parameters
- id
- Type: SystemInt32
a statistic id obtained with [!:#nameToId]
or [!:#StatisticsType#nameToId] - value
- Type: SystemDouble
value to set
Exceptions
See Also