Vector2h.GetBytes(Vector2h) Method

Definition

Returns the Half2 as an array of bytes.

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

Parameters

h
Vector2h

The Half2 to convert.

Returns

Byte[]

The input as byte array.

Applies to