Vector3NTNumeric Conversion (Vector3NTNumeric to TupleTNumeric, TNumeric, TNumeric)
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static implicit operator Tuple<TNumeric, TNumeric, TNumeric> (
Vector3N<TNumeric> value
)
Public Shared Widening Operator CType (
value As Vector3N(Of TNumeric)
) As Tuple(Of TNumeric, TNumeric, TNumeric)
static implicit operator Tuple<TNumeric, TNumeric, TNumeric>^ (
Vector3N<TNumeric> value
)
F# does not support the declaration of new casting operators.
- value Vector3NTNumeric
-
TupleTNumeric,
TNumeric,
TNumeric