The members of Java.Lang.Short are listed below.
See Also: Inherited members from Java.Lang.Number
[read-only] static | Type | Class. The Java.Lang.Class object that represents the primitive type short. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | Compare(short, short)Compares two short values. | |
CompareTo(Short)Compares this object to the specified short object to determine their relative order. | ||
static | Decode(string)Parses the specified string and returns a Short instance if the string can be decoded into a short value. | |
override | DoubleValue()Returns this object's value as a double. | |
override | FloatValue()Returns this object's value as a float. | |
override | IntValue()Returns this object's value as an int. | |
override | LongValue()Returns this object's value as a long. | |
static | ParseShort(string)Parses the specified string as a signed decimal short value. | |
static | ParseShort(string, int)Parses the specified string as a signed short value using the specified radix. | |
static | ReverseBytes(short)Reverses the bytes of the specified short. | |
static | ToString(short)Returns a string containing a concise, human-readable description of the specified short value with radix 10. | |
static | ValueOf(short)Returns a Short instance for the specified short value. | |
static | ValueOf(string)Parses the specified string as a signed decimal short value. | |
static | ValueOf(string, int)Parses the specified string as a signed short value using the specified radix. |
static | Conversion to System.Int16(Explicit) | Documentation for this section has not yet been entered. |
Java.Lang.IComparable.CompareTo | Documentation for this section has not yet been entered. |