import "google.golang.org/genproto/googleapis/type/fraction"
var File_google_type_fraction_proto protoreflect.FileDescriptor
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.
Deprecated: Use Fraction.ProtoReflect.Descriptor instead.
func (x *Fraction) ProtoReflect() protoreflect.Message
Package fraction imports 5 packages (graph) and is imported by 2 packages. Updated 2020-10-25. Refresh now. Tools for package owners.