RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Parameter

Parameter.AsDouble

Method
Description:
Provides access to the double precision number within the parameter.
Remarks:
The AsDouble method should only be used if the StorageType property returns that the internal contents of the parameter is a double.
Syntax
public double AsDouble()