Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/09 11:36:53 (15 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.IntVector namespace and changed some comments in HeuristicLab.Random and HeuristicLab.Selection.Offspring namespace(#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Random/NormalRandomAdder.cs

    r1153 r1157  
    8787    /// </summary>
    8888    /// <param name="scope">The scope where to add the generated random number.</param>
    89     /// <returns>null.</returns>
     89    /// <returns><c>null</c>.</returns>
    9090    public override IOperation Apply(IScope scope) {
    9191      IObjectData value = GetVariableValue<IObjectData>("Value", scope, false);
Note: See TracChangeset for help on using the changeset viewer.