System Namespace Math Class
Returns a value indicating the sign of a decimal number.
[ VB ] Overloads Public Shared Function Sign ( _ ByVal value As Decimal _ ) As Integer [ C# ] public static int Sign ( decimal value ); [ C++ ] public: static int Sign ( Decimal value ); [ JScript ] public static function Sign ( value : Decimal ) : int;
A number indicating the sign of value.
Math Members Math.Sign Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note