System Namespace Math Class
Returns a value indicating the sign of an 8-bit signed integer.
This method is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[ VB ] Overloads Public Shared Function Sign ( _ ByVal value As SByte _ ) As Integer [ C# ] public static int Sign ( sbyte value ); [ C++ ] public: static int Sign ( char value ); [ JScript ] public static function Sign ( value : SByte ) : int;
A number indicating the sign of value.
Math Members Math.Sign Overload List
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph