Click or drag to resize

AreaNegate Method

Negates the value of the specified Area operand.

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