![]() |
Google OR-Tools v9.15
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...
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 5354 of file LinearSolver.pb.cs.
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. | |
|
inline |
Definition at line 5380 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5388 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5495 of file LinearSolver.pb.cs.
|
inline |
Clears the value of the "value" field.
Definition at line 5423 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5396 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5429 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5435 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5448 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5508 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5520 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5459 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5465 of file LinearSolver.pb.cs.
|
static |
Field number for the "value" field.
Definition at line 5401 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 5368 of file LinearSolver.pb.cs.
|
get |
Gets whether the "value" field is set.
Definition at line 5417 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 5364 of file LinearSolver.pb.cs.
|
getset |
Definition at line 5407 of file LinearSolver.pb.cs.