tagion_hibon_add_float32

Add float32 to hibon instance

extern (C)
int
tagion_hibon_add_float32
(
const(HiBONT*) h
,
const char* key
,
const size_t key_len
,
float value
)

Parameters

key char*

pointer to the key

key_len size_t

length of the key

value float

float32 to add

Return Value

Type: int

ErrorCode