Value.FloatValue Class

Float value.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public sealed class FloatValue : Value<float>
Inheritance
Object    Value    Value<Single>    Value.FloatValue

Constructors

Value.FloatValueInitializes a new instance of the Value.FloatValue class

Properties

IsNull Get null value instance.
(Inherited from Value)
Object
(Inherited from Value<T>)
Type
(Inherited from Value<T>)
value
(Inherited from Value<T>)

Methods

See Also