ClipperLib.Int128.IsNegative C# (CSharp) Method

IsNegative() public method

public IsNegative ( ) : bool
return bool
        public bool IsNegative()
        {
            return hi < 0;
        }