FloatValue
class FloatValue extends Message
Wrapper message for float
.
The JSON representation for FloatValue
is JSON number.
Protobuf type Google\Protobuf\FloatValue
Methods
__construct()
No description
float
getValue()
The float value.
setValue(float $var)
The float value.
Details
at line 26
__construct()
at line 37
float
getValue()
The float value.
Generated from protobuf field float value = 1;
at line 48
setValue(float $var)
The float value.
Generated from protobuf field float value = 1;