mg_value_make_float

Constructs a float mg_value with the given underlying value.

Return: Pointer to the newly constructed value or NULL if error occurred.

extern (C) @safe @nogc pure nothrow
mg_value_make_float
(
double val
)

Meta