JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. reset Method Reset the current XPRBprob object. Namespace: BCL Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0 Syntax C# VB Copy public int reset() Public Function reset As Integer Return ValueType: Int32 0 on success, 1 otherwise. Examples XPRBprob prob = new XPRBprob("NewProb"); ... prob.reset(); See Also Reference XPRBprob Class BCL Namespace Parent Topic XPRBprob Methods