Area Conversion (Double to Area)
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static implicit operator Area (
double value
)
- value Double
- The value to use to create a new Area object.
AreaA new
Area with the same value.
When created using the implicit operator, the
Area instance
will use the
MeterSquare as its default
Unit.