GeometryUtilSignNotEqual Method
Return a value indicating whether the signs are unequal between
values A and B.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool SignNotEqual(
float valueA,
float valueB
)
Public Shared Function SignNotEqual (
valueA As Single,
valueB As Single
) As Boolean
No code example is currently available or this language may not be supported.
- valueA Single
-
First value to compare.
- valueB Single
-
Second value to compare.
Boolean
True if the signs of the numbers are different. Otherwise, false.