Skip to content

[F] getMaxValueExclusive

function getMaxValueExclusive(program, target): undefined | number;

Get the maximum value exclusive for a numeric type. If the value cannot be represented as a JS number(Overflow) undefined will be returned See getMaxValueExclusiveAsNumeric to get the precise value

ParameterType
programProgram
targetType

undefined | number