You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxLP Class > TMtxLP Properties > TMtxLP.Verbose Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxLP.Verbose Property

Log optimization algorithm calculation.

Syntax
C#
Visual Basic
public TStrings Verbose;

If not nil then the optimization method uses it for logging each optimization step. By default the Verbose property is nil meaning no logging is done.

Log to TStringList log and copy contence to richTextBox.

TStringList log = new TStringList(); MtxLP.Verbose = log; MtxLP.Recalculate(); richTextBox1.Text = log.Text; // copy text to RichTextBox
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!