ScalarAddition Operator (Double, Scalar) |
Adds two scalars together.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Scalar operator +(
double left,
Scalar right
)
Public Shared Operator + (
left As Double,
right As Scalar
) As Scalar
public:
static Scalar^ operator +(
double left,
Scalar^ right
)
static let inline (+)
left : float *
right : Scalar : Scalar
Parameters
- left
- Type: SystemDouble
The left hand scalar to add. - right
- Type: AGI.Foundation.GeometryScalar
The right hand scalar to add.
Return Value
Type:
ScalarThe sum of two scalars.
Exceptions See Also