Math::Sign Method
Returns an integer that indicates the sign of a number.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Sign(Decimal) | Returns an integer that indicates the sign of a decimal number. |
![]() ![]() | Sign(Double) | Returns an integer that indicates the sign of a double-precision floating-point number. |
![]() ![]() | Sign(Int16) | Returns an integer that indicates the sign of a 16-bit signed integer. |
![]() ![]() | Sign(Int32) | Returns an integer that indicates the sign of a 32-bit signed integer. |
![]() ![]() | Sign(Int64) | Returns an integer that indicates the sign of a 64-bit signed integer. |
![]() ![]() | Sign(SByte) | Returns an integer that indicates the sign of an 8-bit signed integer. |
![]() ![]() | Sign(Single) | Returns an integer that indicates the sign of a single-precision floating-point number. |

