Share via


NVector16b(Byte[]) Constructor

Definition

Initializes a new instance of the NVector16b struct from a byte array.

public NVector16b(params byte[]? array);
new CoreGraphics.NVector16b : byte[] -> CoreGraphics.NVector16b

Parameters

array
Byte[]

The byte array to copy values from. If null, the vector will be initialized to zero. Only the first 16 elements will be used if the array is larger.

Remarks

If the array has fewer than 16 elements, the remaining elements of the vector will be initialized to zero.

Applies to