ScalarProduct Constructor (IEnumerableScalar) |
Constructs the product of the list of
Scalars.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarProduct(
IEnumerable<Scalar> scalars
)
Public Sub New (
scalars As IEnumerable(Of Scalar)
)
public:
ScalarProduct(
IEnumerable<Scalar^>^ scalars
)
new :
scalars : IEnumerable<Scalar> -> ScalarProduct
Parameters
- scalars
- Type: System.Collections.GenericIEnumerableScalar
A set of scalars to multiply together.
See Also