Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 600 Bytes

eth-connect.signedisnegative.md

File metadata and controls

25 lines (15 loc) · 600 Bytes

Home > eth-connect > signedIsNegative

signedIsNegative() function

Check if input value is negative in twos complement

Signature:

export declare function signedIsNegative(value: BigNumber, bits: number): boolean;

Parameters

Parameter Type Description
value BigNumber
bits number

Returns:

boolean