Syntax
| C# |
|---|
public class CacheableDouble |
| Visual Basic (Declaration) |
|---|
Public Class CacheableDouble |
| Visual C++ |
|---|
public ref class CacheableDouble |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| CacheableDoubleCacheableDoubleNew |
Public Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| FromData |
Deserializes the native (C++) object -- returns an instance of
the Serializable class with the native object wrapped inside.
(Inherited from Serializable.) | |
| GetHashCode |
Return the hashcode for this key.
It gets the hash code by calling the hashcode() function
of the underlying gemfire::CacheableKey object.
(Inherited from CacheableKey.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToData |
Serializes this native (C++) object.
(Inherited from Serializable.) | |
| ToString | (Inherited from CacheableBuiltinKey<gemfire::CacheableKeyType<double,60,&gemfire::tName_CacheableDouble,&gemfire::tStr_CacheableDouble,63>,double,2147483708>.) |
Protected Methods
| Name | Description | |
|---|---|---|
| _SetNativePtr | (Inherited from SBWrap<gemfire::Serializable>.) | |
| AssignPtr | (Inherited from SBWrap<gemfire::Serializable>.) | |
| Dispose | (Inherited from SBWrap<gemfire::Serializable>.) | |
| Finalize | (Inherited from SBWrap<gemfire::Serializable>.) | |
| InternalCleanup | (Inherited from SBWrap<gemfire::Serializable>.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| ClassId | (Inherited from CacheableBuiltinKey<gemfire::CacheableKeyType<double,60,&gemfire::tName_CacheableDouble,&gemfire::tStr_CacheableDouble,63>,double,2147483708>.) | |
| ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) | |
| Value | (Inherited from CacheableBuiltinKey<gemfire::CacheableKeyType<double,60,&gemfire::tName_CacheableDouble,&gemfire::tStr_CacheableDouble,63>,double,2147483708>.) |
See Also
GemStone.GemFire.Cache Namespace