Value DoubleValue MembersAerospike

Polymorphic value classes used to efficiently serialize objects into the wire protocol.

The Value DoubleValue type exposes the following members.
Constructors

  NameDescription
Public methodValue DoubleValue
Back to Top
Methods

  NameDescription
Public methodEstimateSize (Overrides Value EstimateSize .)
Public methodPack (Overrides Value Pack(Packer).)
Public methodToInteger (Overrides Value ToInteger .)
Public methodToLong (Overrides Value ToLong .)
Public methodToString (Overrides OnlineObject ToString .)
Public methodToUnsignedInteger (Overrides Value ToUnsignedInteger .)
Public methodToUnsignedLong (Overrides Value ToUnsignedLong .)
Public methodValidateKeyType
Validate if value type can be used as a key.
(Inherited from Value.)
Public methodWrite (Overrides Value Write( Byte , Int32).)
Back to Top
Properties

  NameDescription
Public propertyObject (Overrides Value Object.)
Public propertyType (Overrides Value Type.)
Back to Top
See Also