LengthToSquare Method

Squares this Length.

Definition

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

Return Value

Area
An Area representing a square whose sides are equal to this Length.

Remarks

The method will return an Area denominated in MeterSquare units.

See Also