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

Stores the coefficients of the piece-wise polynomial.

Syntax
C#
Visual Basic
public TMtx Coefficients;

Stores the coefficients of the piece-wise polynomial. Each section is stored in its own row. When setting the Coefficients Rows and Cols properties, the number of rows must be equal to the number of sections - pieces. The number of columns must be equal to the Order property.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!