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