Utils.GST_WRITE_DOUBLE_LE

Store a 64 bit double value in little endian format into the memory buffer.

class Utils
static
void
GST_WRITE_DOUBLE_LE
(
ubyte* data
,
double num
)

Parameters

data ubyte*

memory location

num double

value to store

Meta