Click or drag to resize

NumberGroupsCreateGroups Method (Double)

Compatible with IDEA StatiCa Beta 21.0 - beta
Creates new instance with groups with with one value in group.

Namespace:  IdeaRS.OpenModel.Parameters
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public static NumberGroups CreateGroups(
	params double[] positions
)

Parameters

positions
Type: SystemDouble
The sequence of numbers to create groups.

Return Value

Type: NumberGroups
A new instance of groups.
See Also