Fan.Sys.FanNum.toInt C# (CSharp) Method

toInt() public static method

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