StatisticsGetDouble Method (String) |
Returns the value of the statistic of type double at
the given name.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic double GetDouble(
string name
)
Public Function GetDouble (
name As String
) As Double
public:
virtual double GetDouble(
String^ name
) sealed
abstract GetDouble :
name : string -> float
override GetDouble :
name : string -> float
Parameters
- name
- Type: SystemString
statistic name
Return Value
Type:
Double
ExceptionsException | Condition |
---|
IllegalArgumentException |
If no statistic exists named name or
if the statistic with name name is not of
type double.
|
See Also