ScalarProduct Constructor (Scalar) |
Constructs the product of the given
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(
params Scalar[] scalars
)
Public Sub New (
ParamArray scalars As Scalar()
)
public:
ScalarProduct(
... array<Scalar^>^ scalars
)
new :
scalars : Scalar[] -> ScalarProduct
Parameters
- scalars
- Type: AGI.Foundation.GeometryScalar
A set of scalars to multiply together.
See Also