Click or drag to resize

Field<T>.negativeOne Property

The negative identity of the type.

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

Property Value

Type: T
Remarks
If addition and multiplication are defined, the following should be true for any a of type T: a*negative one + a == zero
See Also