 | FieldTfromFraction Method (Int32, Int32) |
Returns an element from a fraction.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic virtual T fromFraction(
int numerator,
int denominator
)
Parameters
- numerator
- Type: SystemInt32
The numerator of the fraction. - denominator
- Type: SystemInt32
The denominator of the fraction.
Return Value
Type:
TAn element corresponding to the fraction of
numerator and
denominator.
See Also