![]() |
Google OR-Tools v9.12
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 5355 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5381 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5389 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5496 of file LinearSolver.pb.cs.
|
inline |
Clears the value of the "value" field.
Definition at line 5424 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5397 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5430 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5436 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5449 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5509 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5521 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5460 of file LinearSolver.pb.cs.
|
inline |
Definition at line 5466 of file LinearSolver.pb.cs.
|
static |
Field number for the "value" field.
Definition at line 5402 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 5369 of file LinearSolver.pb.cs.
|
get |
Gets whether the "value" field is set.
Definition at line 5418 of file LinearSolver.pb.cs.
|
staticget |
Definition at line 5365 of file LinearSolver.pb.cs.
|
getset |
Definition at line 5408 of file LinearSolver.pb.cs.