Half.GetBytes(Half) Method

Definition

Returns the Half as an array of bytes.

public static byte[] GetBytes (OpenTK.Half h);
static member GetBytes : OpenTK.Half -> byte[]

Parameters

h
Half

The Half to convert.

Returns

Byte[]

The input as byte array.

Applies to