Area(Double) Constructor

Creates a new instance of Area with a particular value.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public Area(
	double value
)

Parameters

value  Double
The value of the Area to use.

See Also