Wrapper message for double.
The JSON representation for DoubleValue is JSON number.
Not recommended for use in new APIs, but still useful for legacy APIs and
has no plan to be removed.
Generated from protobuf message google.protobuf.DoubleValue
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getValue() The double value. Generated from protobuf field double value = 1;
|
| public setValue(float $var) The double value. Generated from protobuf field double value = 1;
|
| Properties |
| protected $value = 0 The double value. Generated from protobuf field double value = 1; |
| Methods |