ClipperLib.Int128.IsNegative C# (CSharp) Méthode

IsNegative() public méthode

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