The low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".
More...
The low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".
Definition at line 46 of file Int128.pb.cs.
◆ Int128() [1/2]
Google.OrTools.Util.Int128.Int128 |
( |
| ) |
|
|
inline |
◆ Int128() [2/2]
Google.OrTools.Util.Int128.Int128 |
( |
Int128 | other | ) |
|
|
inline |
◆ CalculateSize()
int Google.OrTools.Util.Int128.CalculateSize |
( |
| ) |
|
|
inline |
◆ Clone()
Int128 Google.OrTools.Util.Int128.Clone |
( |
| ) |
|
|
inline |
◆ Equals() [1/2]
bool Google.OrTools.Util.Int128.Equals |
( |
Int128 | other | ) |
|
|
inline |
◆ Equals() [2/2]
override bool Google.OrTools.Util.Int128.Equals |
( |
object | other | ) |
|
|
inline |
◆ GetHashCode()
override int Google.OrTools.Util.Int128.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
void Google.OrTools.Util.Int128.MergeFrom |
( |
Int128 | other | ) |
|
|
inline |
◆ MergeFrom() [2/2]
void Google.OrTools.Util.Int128.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ ToString()
override string Google.OrTools.Util.Int128.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void Google.OrTools.Util.Int128.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ HighFieldNumber
const int Google.OrTools.Util.Int128.HighFieldNumber = 1 |
|
static |
Field number for the "high" field.
Definition at line 92 of file Int128.pb.cs.
◆ LowFieldNumber
const int Google.OrTools.Util.Int128.LowFieldNumber = 2 |
|
static |
Field number for the "low" field.
Definition at line 104 of file Int128.pb.cs.
◆ Descriptor
pbr.MessageDescriptor Google.OrTools.Util.Int128.Descriptor |
|
staticget |
◆ High
long Google.OrTools.Util.Int128.High |
|
getset |
◆ Low
ulong Google.OrTools.Util.Int128.Low |
|
getset |
◆ Parser
pb.MessageParser<Int128> Google.OrTools.Util.Int128.Parser |
|
staticget |
The documentation for this class was generated from the following file: