tagion_hibon_add_float64

Add float64 to hibon instance

extern (C)
int
tagion_hibon_add_float64
(
const(HiBONT*) h
,
const char* key
,
const size_t key_len
,
double value
)

Parameters

key char*

pointer to the key

key_len size_t

length of the key

value double

float64 to add

Return Value

Type: int

ErrorCode