Math.Sign Method
Silverlight
Returns a value indicating the sign of a number.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Sign(Decimal) | Returns a value indicating the sign of a decimal number. |
|
Sign(Double) | Returns a value indicating the sign of a double-precision floating-point number. |
|
Sign(Int16) | Returns a value indicating the sign of a 16-bit signed integer. |
|
Sign(Int32) | Returns a value indicating the sign of a 32-bit signed integer. |
|
Sign(Int64) | Returns a value indicating the sign of a 64-bit signed integer. |
|
Sign(SByte) | Returns a value indicating the sign of an 8-bit signed integer. |
|
Sign(Single) | Returns a value indicating the sign of a single-precision floating-point number. |