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