Click or drag to resize

NumberGroupsCreate Method (Double)

Compatible with IDEA StatiCa Beta 21.0 - beta
Creates new instance with one group with specified sequence of numbers.

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

Parameters

positions
Type: SystemDouble
The sequence of numbers to add to group.

Return Value

Type: NumberGroups
A new instance of group.
See Also