|
Beef Corlib
|
Classes | |
| struct | ParseError |
| struct | Simple |
Public Member Functions | |
| bool | IsNull () |
| int | GetHashCode () |
| override void | ToString (String strBuffer) |
| void | ToString (String outString, String format, IFormatProvider formatProvider) |
Static Public Member Functions | |
| static int | operator<=> (UInt a, UInt b) |
| static Self | operator+ (Self lhs, Self rhs) |
| static Self | operator- (Self lhs, Self rhs) |
| static Self | operator* (Self lhs, Self rhs) |
| static Self | operator/ (Self lhs, Self rhs) |
| static Result< uint, ParseError > | Parse (StringView val, NumberStyles style=.Number, CultureInfo cultureInfo=null) |
| static Result< uint, ParseError > IParseable< uint, ParseError >. | Parse (StringView val) |
| static Result< uint > IParseable< uint >. | Parse (StringView val) |
Static Public Member Functions inherited from IParseable< uint, ParseError > | |
| static Result< T > | Parse (StringView val) |
| static Result< T, TErr > | Parse (StringView val) |
Static Public Member Functions inherited from IParseable< uint > | |
| static Result< T > | Parse (StringView val) |
| static Result< T, TErr > | Parse (StringView val) |
Static Public Attributes | |
| const uint | MaxValue = (sizeof(uint) == 8) ? 0xFFFFFFFFFFFFFFFFUL : 0xFFFFFFFFL |
| const uint | MinValue = 0 |
| static uint IMinMaxValue< uint >. | MinValue => MinValue |
| static uint IMinMaxValue< uint >. | MaxValue => MaxValue |
Properties | |
| bool IIsNaN. | IsNaN [get] |
Properties inherited from System.IIsNaN | |
| bool | IsNaN [get] |
Properties inherited from System.IMinMaxValue< uint > | |
| static T | MinValue [get] |
| static T | MaxValue [get] |
1.8.16