All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.cim.iec61968.infiec61968.infcommon.RatioOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy