Double value.
Inheritance Hierarchy
Aerospike.ClientValue
Aerospike.ClientValueDoubleValue
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class DoubleValue : Value
The ValueDoubleValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ValueDoubleValue | Initializes a new instance of the ValueDoubleValue class |
Properties
Name | Description | |
---|---|---|
![]() | Object | (Overrides ValueObject.) |
![]() | Type | (Overrides ValueType.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | EstimateSize | (Overrides ValueEstimateSize.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | Pack | (Overrides ValuePack(Packer).) |
![]() | ToInteger | (Overrides ValueToInteger.) |
![]() | ToLong | (Overrides ValueToLong.) |
![]() | ToString | (Overrides ObjectToString.) |
![]() | ToUnsignedInteger | (Overrides ValueToUnsignedInteger.) |
![]() | ToUnsignedLong | (Overrides ValueToUnsignedLong.) |
![]() | ValidateKeyType |
Validate if value type can be used as a key.
(Inherited from Value.) |
![]() | Write | (Overrides ValueWrite(Byte, Int32).) |
See Also