ATML1671Translator.model.number.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

public static LoadFromFile ( string fileName, number &obj ) : bool
fileName string
obj number
return bool
        public static bool LoadFromFile(string fileName, out number obj)
        {
            Exception exception;
            return LoadFromFile(fileName, out obj, out exception);
        }

Same methods

number::LoadFromFile ( string fileName, number &obj, Exception &exception ) : bool
number::LoadFromFile ( string fileName ) : number