Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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.MathF16 Loyc.Math.MathF23 Loyc.Math.MathF8 Loyc.Math.MathFL16 Loyc.Math.MathFL32 Loyc.Math.ISignedMath< T > Loyc.Math.IUIntMath< 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

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

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