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

java.io.deephaven.proto.backplane.grpc.MathContextOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven_core/proto/table.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

public interface MathContextOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.MathContext)
    com.google.protobuf.MessageOrBuilder {

  /**
   * sint32 precision = 1;
   * @return The precision.
   */
  int getPrecision();

  /**
   * .io.deephaven.proto.backplane.grpc.MathContext.RoundingMode rounding_mode = 2;
   * @return The enum numeric value on the wire for roundingMode.
   */
  int getRoundingModeValue();
  /**
   * .io.deephaven.proto.backplane.grpc.MathContext.RoundingMode rounding_mode = 2;
   * @return The roundingMode.
   */
  io.deephaven.proto.backplane.grpc.MathContext.RoundingMode getRoundingMode();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy