java.io.deephaven.proto.backplane.grpc.MathContextOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
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