Click or drag to resize
ECommerceHelperSignChanged Method
Returns true if signs of two doubles are different.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static bool SignChanged(
	double firstNumber,
	double secondNumber
)

Parameters

firstNumber
Type: SystemDouble
First number.
secondNumber
Type: SystemDouble
Second number.

Return Value

Type: Boolean
See Also