Update 20240807 - nach NUGET-Update Syncfusion

This commit is contained in:
Stefan Hutter
2024-08-07 09:25:01 +02:00
parent 749b1e89ed
commit 77d5c661f7
8681 changed files with 5340624 additions and 1740134 deletions

View File

@@ -3680,6 +3680,52 @@
</param>
<returns>A number that is rounded up to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. However, if the number or the significance is zero, zero is returned.</returns>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeVStack(System.String)">
<summary>
This function appends arrays vertically and in sequence to return a larger array.
</summary>
<param name="args">
A string containing the arguments separated by commas.
The format should be: "array1,[array2],..."
<list type="bullet">
<item><description><c>array1, array2, ...</c>: The arrays to append.</description></item>
</list>
</param>
<returns>A single array that has as many columns as all of the source arrays combined and as many rows as the tallest of the source arrays.</returns>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeHStack(System.String)">
<summary>
This function appends arrays horizontally and in sequence to return a larger array.
</summary>
<param name="args">
A string containing the arguments separated by commas.
The format should be: "array1,[array2],..."
<list type="bullet">
<item><description><c>array1, array2, ...</c>: The arrays to append.</description></item>
</list>
</param>
<returns>A single array that has as many columns as all of the source arrays combined and as many rows as the tallest of the source arrays.</returns>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ValidateStackArgs(System.String,System.String@)">
<summary>
Validate the argument for VStack and HStack formula and return array list.
</summary>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ConvertArrayToString(System.String[0:,0:],System.Int32,System.Int32)">
<summary>
Compute and return appended array as string value for VStack and HStack formula.
</summary>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.VerticalStackValue(System.Collections.Generic.List{System.String})">
<summary>
Compute and append array vertically and return array as string value.
</summary>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.HorizontalStackValue(System.Collections.Generic.List{System.String})">
<summary>
Compute and append array horizontally and return array as string value.
</summary>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.Covariance(System.Double[],System.Double[])">
<summary>
Returns the sample covariance between two arrays.
@@ -5735,6 +5781,27 @@
<param name="arrayValues">List of array values.</param>
<returns>Resultant string after dropping specified rows and/or columns.</returns>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeExpand(System.String)">
<summary>
This function expands or pads an array to specified row and column dimensions.
</summary>
<param name="args">
A string containing the arguments separated by commas.
The format should be: "array, rows, columns, pad_with".
<list type="bullet">
<item><description><c>array</c>: The array to expand.</description></item>
<item><description><c>rows</c>: The number of rows in the expanded array. If missing, rows will not be expanded.</description></item>
<item><description><c>columns</c>: The number of columns in the expanded array. If missing, columns will not be expanded.</description></item>
<item><description><c>pad_with</c>: The value with which to pad. The default is #N/A.</description></item>
</list>
</param>
<returns>An expanded or padded array with the specified row and column dimensions.</returns>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ExpandedArray(System.String,System.String,System.String,System.String)">
<summary>
Compute and return the expanded arraay based on pad_with and rows and cols argument.
</summary>
</member>
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeWebService(System.String)">
<summary>
Return the XML content of the given document