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