RecordGetDouble Method

Aerospike
Get bin value as double.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax

C#
public double GetDouble(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Double
See Also

Reference