UnitNZeroTNumeric Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static UnitN<TNumeric> Zero<TNumeric>()
where TNumeric : struct, new(), INumeric<TNumeric>
Public Shared Function Zero(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) As UnitN(Of TNumeric)
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static UnitN<TNumeric> Zero()
static member Zero : unit -> UnitN<'TNumeric> when 'TNumeric : struct, new() and INumeric<'TNumeric>
- TNumeric
UnitNTNumeric