Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_google_type_fraction_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Fraction ¶
type Fraction struct { // The numerator in the fraction, e.g. 2 in 2/3. Numerator int64 `protobuf:"varint,1,opt,name=numerator,proto3" json:"numerator,omitempty"` // The value by which the numerator is divided, e.g. 3 in 2/3. Must be // positive. Denominator int64 `protobuf:"varint,2,opt,name=denominator,proto3" json:"denominator,omitempty"` // contains filtered or unexported fields }
Represents a fraction in terms of a numerator divided by a denominator.
func (*Fraction) Descriptor
deprecated
func (*Fraction) GetDenominator ¶
func (*Fraction) GetNumerator ¶
func (*Fraction) ProtoMessage ¶
func (*Fraction) ProtoMessage()
func (*Fraction) ProtoReflect ¶
func (x *Fraction) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.