Click or drag to resize

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)
Syntax
C#
public abstract T fromFraction(
	double a
)

Parameters

a
Type: SystemDouble
The double to generate the element from.

Return Value

Type: T
An element corresponding to a double a.
See Also