AreaToSquareRoot Method

Finds the square root of this Area.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public Length ToSquareRoot()

Return Value

Length
A Length representing the square root of this Area.

Remarks

The new Length will take the Accuracy and Precision values of this Area.

See Also