StatisticsSetDouble Method (String, Double) |
Sets the value of a named statistic of type double
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetDouble(
string name,
double value
)
Public Sub SetDouble (
name As String,
value As Double
)
public:
virtual void SetDouble(
String^ name,
double value
) sealed
abstract SetDouble :
name : string *
value : float -> unit
override SetDouble :
name : string *
value : float -> unit
Parameters
- name
- Type: SystemString
statistic name - value
- Type: SystemDouble
value to set
ExceptionsException | Condition |
---|
IllegalArgumentException |
If no statistic exists named name or
if the statistic with name name is not of
type double.
|
See Also