Vector4.Z Field (Microsoft.DirectX)
Retrieves or sets the z component of a 4-D vector.
Definition
Visual Basic Public Z As Single C# public Single Z; C++ public: Single Z; JScript public var Z : Single
Field Value
System.Single
A Single value that represents the z component of the 4-D vector.This field is read/write.