GeometryUtilSignEqual Method

Return a value indicating whether the signs are equal between values A and B.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool SignEqual(
	float valueA,
	float valueB
)

Parameters

valueA  Single
First value to compare.
valueB  Single
Second value to compare.

Return Value

Boolean
True if the signs of the numbers are the same. Otherwise, false.

See Also