CacheableFloatCreate Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableFloat Create(
float value
)
Public Shared Function Create (
value As Single
) As CacheableFloat
public:
static CacheableFloat^ Create(
float value
)
static member Create :
value : float32 -> CacheableFloat
Parameters
- value
- Type: SystemSingle
Return Value
Type:
CacheableFloat
See Also