AreaNegate Method

Negates the value of the specified Area operand.

Definition

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

Parameters

value  Area
The Area to negate.

Return Value

Area
A new Area instance equal to the first instance multiplied by -1.

See Also