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