StatisticsGetDouble Method (StatisticDescriptor) |
Returns the value of the described statistic of type double.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic double GetDouble(
StatisticDescriptor descriptor
)
Public Function GetDouble (
descriptor As StatisticDescriptor
) As Double
public:
virtual double GetDouble(
StatisticDescriptor^ descriptor
) sealed
abstract GetDouble :
descriptor : StatisticDescriptor -> float
override GetDouble :
descriptor : StatisticDescriptor -> float
Parameters
- descriptor
- Type: GemStone.GemFire.CacheStatisticDescriptor
a statistic descriptor obtained with [!:#nameToDescriptor]
or [!:StatisticsType#nameToDescriptor]
Return Value
Type:
Double
ExceptionsException | Condition |
---|
IllegalArgumentException |
If no statistic exists with the specified descriptor or
if the described statistic is not of
type double.
|
See Also