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

type() public static method

public static type ( Number self ) : Type
self Number
return Type
        public static Type type(Number self)
        {
            return Sys.NumType;
        }