Click or drag to resize

MathfSign Method

Overload List
  NameDescription
Public methodStatic memberSign(Int32)
Returns the sign of `s`: `-1` or `1`. Returns `0` if `s` is `0`.
Public methodStatic memberSign(Single)
Returns the sign of `s`: `-1` or `1`. Returns `0` if `s` is `0`.
Top
See Also