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