StatisticsIncDouble Method (Int32, Double) |
Increments the value of the identified statistic of type double
by the given amount.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic double IncDouble(
int id,
double delta
)
Public Function IncDouble (
id As Integer,
delta As Double
) As Double
public:
virtual double IncDouble(
int id,
double delta
) sealed
abstract IncDouble :
id : int *
delta : float -> float
override IncDouble :
id : int *
delta : float -> float
Parameters
- id
- Type: SystemInt32
a statistic id obtained with [!:#nameToId]
or [!:#StatisticsType#nameToId] - delta
- Type: SystemDouble
the value of the statistic after it has been incremented
Return Value
Type:
Doublethe value of the statistic after it has been incremented
Exceptions
See Also