NumCoerceAtMostExtension<T extends num> extension

on
  • T

Methods

coerceAtMost(T maximumValue) → T

Available on T, provided by the NumCoerceAtMostExtension extension

Ensures that this value is not greater than the specified maximumValue.