Click or drag to resize
CacheableKey  Conversion (Single to CacheableKey)
Implicit conversion operator from a float to a CacheableKey.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static implicit operator CacheableKey (
	float value
)

Parameters

value
Type: SystemSingle

Return Value

Type: CacheableKey
See Also