fromByteBlob

Fixed sized numeric types.

Valid for uint, float, ulong, and double

  1. ubyte[] toByteBlob(T input, int field)
  2. T fromByteBlob(ref ubyte[] input)
    T
    fromByteBlob
    (
    T
    )
    (
    ref ubyte[] input
    )
    in { assert (input.length >= T.sizeof); }

Meta