Click or drag to resize
MathSign Method
Overload List
  NameDescription
Public methodStatic memberSign(Decimal)
Returns a value indicating the sign of a decimal number.
Public methodStatic memberSign(Double)
Returns a value indicating the sign of a double-precision floating-point number.
Public methodStatic memberSign(Int16)
Returns a value indicating the sign of a 16-bit signed integer.
Public methodStatic memberSign(Int32)
Returns a value indicating the sign of a 32-bit signed integer.
Public methodStatic memberSign(Int64)
Returns a value indicating the sign of a 64-bit signed integer.
Public methodStatic memberSign(SByte)
Returns a value indicating the sign of an 8-bit signed integer.
Public methodStatic memberSign(Single)
Returns a value indicating the sign of a single-precision floating-point number.
Top
See Also