MultivariatePolynomialBasis.MaxDegree Property

Gets the maximum total degree of the monomials in the basis.

Definition

Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public int MaxDegree { get; }

Property Value

Int32
The maximum total degree m, where all monomials satisfy |α| ≤ m.

See Also