Wrapper message for float
.
The JSON representation for FloatValue
is JSON number.
Constructors and Destructors |
|
---|---|
FloatValue()
|
|
FloatValue(FloatValue other)
|
Properties |
|
---|---|
Descriptor
|
pbr::MessageDescriptor
|
Descriptor
|
pbr::MessageDescriptor pb::IMessage.
|
Parser
|
pb::MessageParser< FloatValue >
|
Value
|
float
The float value.
|
Public attributes |
|
---|---|
ValueFieldNumber = 1
|
const int
Field number for the "value" field.
|
Public functions |
|
---|---|
CalculateSize()
|
int
|
Clone()
|
|
Equals(object other)
|
override bool
|
Equals(FloatValue other)
|
bool
|
GetHashCode()
|
override int
|
MergeFrom(FloatValue other)
|
void
|
MergeFrom(pb::CodedInputStream input)
|
void
|
ToString()
|
override string
|
WriteTo(pb::CodedOutputStream output)
|
void
|
pbr::MessageDescriptor Descriptor
pbr::MessageDescriptor pb::IMessage. Descriptor
pb::MessageParser< FloatValue > Parser
float Value
The float value.
int CalculateSize()
FloatValue Clone()
override bool Equals( object other )
bool Equals( FloatValue other )
FloatValue()
FloatValue( FloatValue other )
override int GetHashCode()
void MergeFrom( FloatValue other )
void MergeFrom( pb::CodedInputStream input )
override string ToString()
void WriteTo( pb::CodedOutputStream output )