Click or drag to resize

NumberGroupsCreate Method (IEnumerableDouble)

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(
	IEnumerable<double> positions
)

Parameters

positions
Type: System.Collections.GenericIEnumerableDouble
The sequence of numbers to add to group.

Return Value

Type: NumberGroups
A new instance of group.
See Also