 | FieldTfromFraction Method (Double) |
Returns an element from a double.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic abstract T fromFraction(
double a
)
Parameters
- a
- Type: SystemDouble
The double to generate the element from.
Return Value
Type:
TAn element corresponding to a double
a.
See Also