H5Tset_ebias
fn
herr_t H5Tset_ebias(hid_t type_id, size_t ebias) extern(C) @nogc nothrowSets the exponent bias of a floating-point type.
Parameters
type_id | Datatype identifier |
ebias | Exponent bias value |
Returns
Non-negative on success, negative on failure.