Convert a float to a normalized integer.
static assert(floatToNormInt!ubyte(0.5) == 0x80);
See Implementation
Convert a float to a normalized integer.