NVector16b(Byte[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.