[F] getMaxValueExclusiveAsNumeric
function getMaxValueExclusiveAsNumeric(program, target): Numeric | undefined;Get the maximum value exclusive for a numeric type. If the value cannot be represented as a JS number(Overflow) undefined will be returned
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
program | Program |
target | Type |
Returns
Section titled “Returns”Numeric | undefined