Vector3NRoundTNumeric(Vector3NTNumeric, MidpointRounding) Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static Vector3N<TNumeric> Round<TNumeric>(
Vector3N<TNumeric> value,
MidpointRounding mode
)
where TNumeric : struct, new(), INumeric<TNumeric>
Public Shared Function Round(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) (
value As Vector3N(Of TNumeric),
mode As MidpointRounding
) As Vector3N(Of TNumeric)
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static Vector3N<TNumeric> Round(
Vector3N<TNumeric> value,
MidpointRounding mode
)
static member Round :
value : Vector3N<'TNumeric> *
mode : MidpointRounding -> Vector3N<'TNumeric> when 'TNumeric : struct, new() and INumeric<'TNumeric>
- value Vector3NTNumeric
-
- mode MidpointRounding
-
- TNumeric
Vector3NTNumeric