com.zepben.protobuf.cim.iec61968.infiec61968.infcommon.RatioOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/cim/iec61968/infiec61968/infcommon/Ratio.proto
package com.zepben.protobuf.cim.iec61968.infiec61968.infcommon;
public interface RatioOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.infiec61968.infcommon.Ratio)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The part of a fraction that is below the line and that functions as the divisor of the numerator.
*
*
* double denominator = 1;
* @return The denominator.
*/
double getDenominator();
/**
*
**
* The part of a fraction that is above the line and signifies the number to be divided by the denominator.
*
*
* double numerator = 2;
* @return The numerator.
*/
double getNumerator();
}