CacheableDoubleCreate Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableDouble Create(
double value
)
Public Shared Function Create (
value As Double
) As CacheableDouble
public:
static CacheableDouble^ Create(
double value
)
static member Create :
value : float -> CacheableDouble
Parameters
- value
- Type: SystemDouble
Return Value
Type:
CacheableDouble
See Also