| Vector4FToXna Method |
Converts this
Vector4F (DigitalRune Mathematics) to
Vector4
(XNA Framework).
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax Public Function ToXna As Vector4
member ToXna : unit -> Vector4
Return Value
Type:
Vector4The
Vector4 (XNA Framework).
Remarks
This method is available only in the XNA-compatible build of the
DigitalRune.Mathematics.dll.
See Also