NVector16b.Zero Property
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.
Gets a vector with all elements set to zero.
public static CoreGraphics.NVector16b Zero { get; }
static member Zero : CoreGraphics.NVector16b
Property Value
A NVector16b with all 16 byte values set to 0.
Remarks
This property provides a convenient way to get a zero-initialized vector.