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)
    repeated double coefficient = 1;
    int
    repeated double coefficient = 1;
    repeated double coefficient = 1;

    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

      List<Double> getCoefficientList()
      repeated double coefficient = 1;
      Returns:
      A list containing the coefficient.
    • getCoefficientCount

      int getCoefficientCount()
      repeated double coefficient = 1;
      Returns:
      The count of coefficient.
    • getCoefficient

      double getCoefficient(int index)
      repeated double coefficient = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The coefficient at the given index.