|  | 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
Syntaxpublic abstract Nullable<double> toDouble(
	T a
)
Parameters
- a
- Type: T
 The element to convert to double.
Return Value
Type: 
NullableDoublea converted to a double,  or 
 if conversion is impossible.
 See Also
See Also