min

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

Get the minimum value of a field.

Parameters

includingSelf

if true the local node is included in the computation.