Interface Distribution.RangeOrBuilder (2.7.4)

public static interface Distribution.RangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract double getMax()

The maximum of the population values.

double max = 2;

Returns
TypeDescription
double

The max.

getMin()

public abstract double getMin()

The minimum of the population values.

double min = 1;

Returns
TypeDescription
double

The min.