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

localeNegInf() public static method

public static localeNegInf ( ) : String
return String
        public static String localeNegInf()
        {
            return Locale.cur().dec().NegativeInfinitySymbol;
        }