min
bitcoinjs-lib / min
Function: min()
min(
a
,b
):Int32
Defined in: packages/scrypt-ts-btc/src/smart-contract/fns/math.ts:23
Returns the minimum of two Int32 values.
Parameters
a
First Int32 value
b
Second Int32 value
Returns
The smaller of the two Int32 values.