api / koma.util.validation / max
max
var
ValidationContext
.max:
Double
Maximum value for individual elements in the matrix.
fun
ValidationContext
.max(value:
Double
):
ValidationContext
Ensure all of the elements in the current matrix are >= the given value.
Parameters
value
- The maximum value required of all elements in the matrix.