public interface FractionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDenominator()
The value by which the numerator is divided, e.g.
|
long |
getNumerator()
The numerator in the fraction, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getNumerator()
The numerator in the fraction, e.g. 2 in 2/3.
int64 numerator = 1;long getDenominator()
The value by which the numerator is divided, e.g. 3 in 2/3. Must be positive.
int64 denominator = 2;Copyright © 2022 Google LLC. All rights reserved.