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