Search
Length.op_Subtraction Method
See Also
 






Returns the negative of a specified Length object.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public static Length op_Subtraction (
    Length l
)

 Parameters

l

The instance of Length to process.

 Return Value

The negative of the specified length.

 See Also