CacheableFloat Constructor (Single) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableFloat(
float value
)
Public Sub New (
value As Single
)
public:
CacheableFloat(
float value
)
new :
value : float32 -> CacheableFloat
Parameters
- value
- Type: SystemSingle
See Also