Click or drag to resize

Area   Conversion (Double to Area)

Creates a new Area object from a Double value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static implicit operator Area (
	double value
)

Parameters

value  Double
The value to use to create a new Area object.

Return Value

Area
A new Area with the same value.
Remarks
When created using the implicit operator, the Area instance will use the MeterSquare as its default Unit.
See Also