FannWrapperFloat.training_data.save_train_to_fixed C# (CSharp) Method

save_train_to_fixed() public method

public save_train_to_fixed ( string filename, uint decimal_point ) : bool
filename string
decimal_point uint
return bool
        public bool save_train_to_fixed(string filename, uint decimal_point)
        {
            bool ret = fannfloatPINVOKE.training_data_save_train_to_fixed(swigCPtr, filename, decimal_point);
            if (fannfloatPINVOKE.SWIGPendingException.Pending) throw fannfloatPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }