Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields). More...
Public Member Functions | |
OptionalDouble () | |
OptionalDouble (OptionalDouble other) | |
OptionalDouble | Clone () |
void | ClearValue () |
Clears the value of the "value" field. | |
override bool | Equals (object other) |
bool | Equals (OptionalDouble other) |
override int | GetHashCode () |
override string | ToString () |
void | WriteTo (pb::CodedOutputStream output) |
int | CalculateSize () |
void | MergeFrom (OptionalDouble other) |
void | MergeFrom (pb::CodedInputStream input) |
Static Public Attributes | |
const int | ValueFieldNumber = 1 |
Field number for the "value" field. | |
Properties | |
static pb::MessageParser< OptionalDouble > | Parser [get] |
static pbr::MessageDescriptor | Descriptor [get] |
double | Value [get, set] |
bool | HasValue [get] |
Gets whether the "value" field is set. | |
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields).
Definition at line 5251 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5277 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5285 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5392 of file LinearSolver.pb.cs.
|
inline |
Clears the value of the "value" field.
Definition at line 5320 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5293 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5326 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5332 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5345 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5405 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5417 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5356 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5362 of file LinearSolver.pb.cs.
|
static |
Field number for the "value" field.
Definition at line 5298 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 5265 of file LinearSolver.pb.cs.
|
get |
Gets whether the "value" field is set.
Definition at line 5314 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 5261 of file LinearSolver.pb.cs.
|
getset |
Definition at line 5304 of file LinearSolver.pb.cs.