NonLinearTransformationCreationProgress Delegate

CVB.Net Documentation
Delegate type of the progress callbacks that can be passed to some constructors of NonLinearTransformation for progress reporting.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public delegate bool CreationProgress(
	int stepsTotal,
	int stepsDone
)

Parameters

stepsTotal
Type: SystemInt32
Total number of calculation steps.
stepsDone
Type: SystemInt32
Calculation steps that have already been done.

Return Value

Type: Boolean
Return true to continue calculation; false to cancel the process.
See Also

Reference