SimpleIntegrationRule.Nodes Property

Gets the nodes of the quadrature rule.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
public ReadOnlySpan<double> Nodes { get; }

Property Value

ReadOnlySpan<Double>

See Also