Click or drag to resize

ScalarSum Constructor (IEnumerableScalar)

Constructs the sum of a list of Scalars.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarSum(
	IEnumerable<Scalar> scalars
)

Parameters

scalars
Type: System.Collections.GenericIEnumerableScalar
A set of scalars to add together.
See Also