An immutable wrapper for array of floats that can serve
as a distributable object for caching.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public class CacheableFloatArray : CacheableBuiltinArray<gemfire::CacheableArrayType<float,50>,float,2147483698> |
| Visual Basic (Declaration) |
|---|
Public Class CacheableFloatArray _ Inherits CacheableBuiltinArray<gemfire::CacheableArrayType<float,50>,float,2147483698> |
| Visual C++ |
|---|
public ref class CacheableFloatArray : public CacheableBuiltinArray<gemfire::CacheableArrayType<float,50>,float,2147483698> |
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::Serializable>
GemStone.GemFire.Cache..::Serializable
GemStone.GemFire.Cache.Internal..::CacheableBuiltinArray<gemfire::CacheableArrayType<float,50>,float,2147483698>
GemStone.GemFire.Cache..::CacheableFloatArray
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::Serializable>
GemStone.GemFire.Cache..::Serializable
GemStone.GemFire.Cache.Internal..::CacheableBuiltinArray<gemfire::CacheableArrayType<float,50>,float,2147483698>
GemStone.GemFire.Cache..::CacheableFloatArray
See Also
CacheableFloatArray Members
GemStone.GemFire.Cache Namespace