Click or drag to resize

FieldTone Property

The multiplicative identity of the type.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public abstract T one { get; }

Property Value

Type: T
Remarks
If multiplication is defined, the following should be true for any a of type T: a*one == one
See Also