Vector4h.GetBytes(Vector4h) Method

Definition

Returns the Half4 as an array of bytes.

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

Parameters

h
Vector4h

The Half4 to convert.

Returns

Byte[]

The input as byte array.

Applies to