max

fun <T : Comparable<T>> Field<T>.max(includingSelf: Boolean = true): T

Get the maximum value of a field.

Parameters

includingSelf

if true the local node is included in the computation.