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