Interface Mdb.PolynomialCalibratorInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.PolynomialCalibratorInfo, Mdb.PolynomialCalibratorInfo.Builder
Enclosing class:
Mdb

public static interface Mdb.PolynomialCalibratorInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getCoefficient(int index)
    Deprecated. 
    int
    Deprecated. 
    Deprecated. 
    double
    getCoefficients(int index)
    repeated double coefficients = 2;
    int
    repeated double coefficients = 2;
    repeated double coefficients = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCoefficientList

      @Deprecated List<Double> getCoefficientList()
      Deprecated.
       Deprecated, use ``coefficients`` instead
       
      repeated double coefficient = 1 [deprecated = true];
      Returns:
      A list containing the coefficient.
    • getCoefficientCount

      @Deprecated int getCoefficientCount()
      Deprecated.
       Deprecated, use ``coefficients`` instead
       
      repeated double coefficient = 1 [deprecated = true];
      Returns:
      The count of coefficient.
    • getCoefficient

      @Deprecated double getCoefficient(int index)
      Deprecated.
       Deprecated, use ``coefficients`` instead
       
      repeated double coefficient = 1 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The coefficient at the given index.
    • getCoefficientsList

      List<Double> getCoefficientsList()
      repeated double coefficients = 2;
      Returns:
      A list containing the coefficients.
    • getCoefficientsCount

      int getCoefficientsCount()
      repeated double coefficients = 2;
      Returns:
      The count of coefficients.
    • getCoefficients

      double getCoefficients(int index)
      repeated double coefficients = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The coefficients at the given index.