Click or drag to resize

LengthToSquare Method

Squares this Length.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
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