Click or drag to resize

FieldTtoDouble Method

Attempts to convert an element to Double.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public abstract Nullable<double> toDouble(
	T a
)

Parameters

a
Type: T
The element to convert to double.

Return Value

Type: NullableDouble
a converted to a double, or if conversion is impossible.
See Also