Overload List

  NameDescription
Public methodStatic memberDecodeFloat(array<Byte>[]()[][])

Decode the payload that was encoded using encodeFloat(float)

NOTE: the length of the array must be at least offset + 4 long.

Public methodStatic memberDecodeFloat(array<Byte>[]()[][], Int32)

Decode the payload that was encoded using encodeFloat(float)

NOTE: the length of the array must be at least offset + 4 long.

See Also