Enhanced C#
Language of your choice: library documentation
Properties | List of all members
Loyc.Math.IZeroProvider< T > Interface Template Reference

Provides the value of "zero" for type T. More...


Source file:
Inheritance diagram for Loyc.Math.IZeroProvider< T >:
Loyc.Math.IAdditionGroup< T > Loyc.Math.IBitwise< T > Loyc.Math.INumTraits< T > Loyc.Math.IRing< T > Loyc.Math.IBinaryMath< T > Loyc.Math.IComplexMath< T > Loyc.Math.IMath< T > Loyc.Math.IField< T > Loyc.Math.IIntMath< T > Loyc.Math.IUIntMath< T > Loyc.Math.ISignedMath< T > Loyc.Math.IUIntMath< T > Loyc.Math.IComplexMath< T > Loyc.Math.IMath< T > Loyc.Math.IIntMath< T > Loyc.Math.IRationalMath< T > Loyc.Math.ISignedMath< T > Loyc.Math.IUIntMath< T > Loyc.Math.IFloatMath< T > Loyc.Math.IIntMath< T > Loyc.Math.IRationalMath< T > Loyc.Math.IFloatMath< T >

Remarks

Provides the value of "zero" for type T.

Properties

Zero [get]
 Returns the "zero" or additive identity of this type. More...
 

Property Documentation

◆ Zero

T Loyc.Math.IZeroProvider< T >.Zero
get

Returns the "zero" or additive identity of this type.