You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Polynoms Class > Polynoms Methods > Polynoms.StripLeadZeros Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Polynoms.StripLeadZeros Method

Removes leading zeros.

Syntax
C#
Visual Basic
public static void StripLeadZeros(TVec Src, TVec Dst);

Removes leading zeros. In case of polynomials the most left coefficents in the array are for the highest powers. If those coefficients are zero they can be removed. The routine will copy the Src to Dst and remove any leading zeros from Dst.

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