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