Fan.Sys.FanNum.toInt C# (CSharp) Méthode

toInt() public static méthode

public static toInt ( Number self ) : long
self Number
Résultat long
        public static long toInt(Number self)
        {
            //if (self is long) return (long)self;
              return self.longValue();
        }