 | FieldTzero Property |
The additive identity of the type.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic abstract T zero { get; }
Property Value
Type:
T
Remarks
If addition and multiplication are defined, the following should be true for any a of type T:
a+zero == a
a*zero == zero
See Also