| Vector4D Conversion (Vector4 to Vector4D) |
Performs an conversion from
Vector4 (XNA Framework) to
Vector4D
(DigitalRune Mathematics).
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static explicit operator Vector4D (
Vector4 vector
)
Public Shared Narrowing Operator CType (
vector As Vector4
) As Vector4D
static explicit operator Vector4D (
Vector4 vector
)
F# does not support the declaration of new casting operators.
Parameters
- vector
- Type: Vector4
The Vector4 (XNA Framework).
Return Value
Type:
Vector4DThe
Vector4D (DigitalRune Mathematics).
Remarks
This method is available only in the XNA-compatible build of the
DigitalRune.Mathematics.dll.
See Also