Initializing help system before first use

BuildColumns(I) Method (VariableBuilder.Array3Builder, Func(I), Action5(I, Int32, Int32, Int32, Int32))

Add columns as specified by the builder. This is a parametrized version of .BuildColumns(VariableBuilder.Array3Builder).

Namespace:   Optimizer
Assembly:  xprsdn (in xprsdn.dll) Version: 44.01.01
Syntax
C#
public I BuildColumns<I>(
	VariableBuilder.Array3Builder builder,
	Func<I> makeResult,
	Action5<I, int, int, int, int> addResult
)

Parameters

builder
Type:  Optimizer.VariableBuilder.Array3Builder
Builder that specifies the columns to create.
makeResult
Type:  System.Func < I >
Function to create An (empty) result.
addResult
Type:  Optimizer.Functional.Action5 < I, Int32, Int32, Int32, Int32 >
Function to add a column to the result.

Type Parameters

I
Type of object to store column indices.

Return Value

Type:  I
Result as given by makeResult.
Remarks
See Also

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.