|
static short | Parse (string s) |
|
static short | Parse (string s, NumberStyles style) |
|
static short | Parse (string s, IFormatProvider? provider) |
|
static short | Parse (string s, NumberStyles style, IFormatProvider? provider) |
|
static short | Parse (ReadOnlySpan< char > s, NumberStyles style=NumberStyles.Integer, IFormatProvider? provider=null) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, out short result) |
|
static bool | TryParse (ReadOnlySpan< char > s, out short result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out short result) |
|
static bool | TryParse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out short result) |
|
static short IAdditionOperators< short, short, short >. | operator+ (short left, short right) |
|
static short IBinaryInteger< short >. | LeadingZeroCount (short value) |
|
static short IBinaryInteger< short >. | PopCount (short value) |
|
static short IBinaryInteger< short >. | RotateLeft (short value, int rotateAmount) |
|
static short IBinaryInteger< short >. | RotateRight (short value, int rotateAmount) |
|
static short IBinaryInteger< short >. | TrailingZeroCount (short value) |
|
static bool IBinaryNumber< short >. | IsPow2 (short value) |
|
static short IBinaryNumber< short >. | Log2 (short value) |
|
static short IBitwiseOperators< short, short, short >. | operator& (short left, short right) |
|
static short IBitwiseOperators< short, short, short >. | operator| (short left, short right) |
|
static short IBitwiseOperators< short, short, short >. | operator^ (short left, short right) |
|
static short IBitwiseOperators< short, short, short >. | operator~ (short value) |
|
static bool IComparisonOperators< short, short >. | operator< (short left, short right) |
|
static bool IComparisonOperators< short, short >. | operator<= (short left, short right) |
|
static bool IComparisonOperators< short, short >. | operator> (short left, short right) |
|
static bool IComparisonOperators< short, short >. | operator>= (short left, short right) |
|
static short IDecrementOperators< short >. | operator-- (short value) |
|
static short IDivisionOperators< short, short, short >. | operator/ (short left, short right) |
|
static bool IEqualityOperators< short, short >. | operator== (short left, short right) |
|
static bool IEqualityOperators< short, short >. | operator!= (short left, short right) |
|
static short IIncrementOperators< short >. | operator++ (short value) |
|
static short IModulusOperators< short, short, short >. | operator% (short left, short right) |
|
static short IMultiplyOperators< short, short, short >. | operator* (short left, short right) |
|
static short INumber< short >. | Abs (short value) |
|
static short INumber< short >. | Clamp (short value, short min, short max) |
|
static short INumber< short >. | Create< TOther > (TOther value) |
|
static short INumber< short >. | CreateSaturating< TOther > (TOther value) |
|
static short INumber< short >. | CreateTruncating< TOther > (TOther value) |
|
static short short Remainder INumber< short >. | DivRem (short left, short right) |
|
static short INumber< short >. | Max (short x, short y) |
|
static short INumber< short >. | Min (short x, short y) |
|
static short INumber< short >. | Parse (string s, NumberStyles style, IFormatProvider provider) |
|
static short INumber< short >. | Parse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider) |
|
static short INumber< short >. | Sign (short value) |
|
static bool INumber< short >. | TryCreate< TOther > (TOther value, out short result) |
|
static bool INumber< short >. | TryParse ([NotNullWhen(true)] string s, NumberStyles style, IFormatProvider provider, out short result) |
|
static bool INumber< short >. | TryParse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider, out short result) |
|
static short IParseable< short >. | Parse (string s, IFormatProvider provider) |
|
static bool IParseable< short >. | TryParse ([NotNullWhen(true)] string s, IFormatProvider provider, out short result) |
|
static short IShiftOperators< short, short >. | operator<< (short value, int shiftAmount) |
|
static short IShiftOperators< short, short >. | operator>> (short value, int shiftAmount) |
|
static short ISpanParseable< short >. | Parse (ReadOnlySpan< char > s, IFormatProvider provider) |
|
static bool ISpanParseable< short >. | TryParse (ReadOnlySpan< char > s, IFormatProvider provider, out short result) |
|
static short ISubtractionOperators< short, short, short >. | operator- (short left, short right) |
|
static short IUnaryNegationOperators< short, short >. | operator- (short value) |
|
static short IUnaryPlusOperators< short, short >. | operator+ (short value) |
|
static TSelf | LeadingZeroCount (TSelf value) |
|
static TSelf | PopCount (TSelf value) |
|
static TSelf | RotateLeft (TSelf value, int rotateAmount) |
|
static TSelf | RotateRight (TSelf value, int rotateAmount) |
|
static TSelf | TrailingZeroCount (TSelf value) |
|
static bool | IsPow2 (TSelf value) |
|
static TSelf | Log2 (TSelf value) |
|
static TResult | operator& (TSelf left, TOther right) |
|
static TResult | operator| (TSelf left, TOther right) |
|
static TResult | operator^ (TSelf left, TOther right) |
|
static TResult | operator~ (TSelf value) |
|
static TSelf | Abs (TSelf value) |
|
static TSelf | Clamp (TSelf value, TSelf min, TSelf max) |
|
static TSelf TSelf Remainder | DivRem (TSelf left, TSelf right) |
|
static TSelf | Max (TSelf x, TSelf y) |
|
static TSelf | Min (TSelf x, TSelf y) |
|
static TSelf | Parse (string s, NumberStyles style, IFormatProvider? provider) |
|
static TSelf | Parse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider) |
|
static TSelf | Sign (TSelf value) |
|
static bool | TryCreate< TOther > (TOther value, out TSelf result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out TSelf result) |
|
static bool | TryParse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out TSelf result) |
|
static TResult | operator+ (TSelf left, TOther right) |
|
static bool | operator< (TSelf left, TOther right) |
|
static bool | operator<= (TSelf left, TOther right) |
|
static bool | operator> (TSelf left, TOther right) |
|
static bool | operator>= (TSelf left, TOther right) |
|
static bool | operator== (TSelf left, TOther right) |
|
static bool | operator!= (TSelf left, TOther right) |
|
static TSelf | operator-- (TSelf value) |
|
static TResult | operator/ (TSelf left, TOther right) |
|
static TSelf | operator++ (TSelf value) |
|
static TResult | operator% (TSelf left, TOther right) |
|
static TResult | operator* (TSelf left, TOther right) |
|
static TSelf | Parse (ReadOnlySpan< char > s, IFormatProvider? provider) |
|
static bool | TryParse (ReadOnlySpan< char > s, IFormatProvider? provider, out TSelf result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, IFormatProvider? provider, out TSelf result) |
|
static TResult | operator- (TSelf left, TOther right) |
|
static TResult | operator- (TSelf value) |
|
static TResult | operator+ (TSelf value) |
|
static TResult | operator<< (TSelf value, int shiftAmount) |
|
static TResult | operator>> (TSelf value, int shiftAmount) |
|
Definition at line 11 of file Int16.cs.