Vector4.Length Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the length of a 4-D vector.
Overload List
Name | Description | |
---|---|---|
Length() | Returns the length of the current 4-D vector. | |
Length(Vector4) | Returns the length of the specified 4-D vector. |
Top