Returns a value indicating the sign of the specified sbyte .
- value
- A sbyte whose sign is to be determined.
A int indicating the sign of value.
Number Description -1 value < 0. 0 value == 0. 1 value > 0.
This method is not CLS-compliant. For a CLS-compliant alternative, use Math.Sign(sbyte)(short).
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0