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

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.