| ScalarAdd Method (Scalar) | 
 
            Adds another scalar to this one.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Scalar Add(
	Scalar scalar
)
Public Function Add ( 
	scalar As Scalar
) As Scalar
public:
Scalar^ Add(
	Scalar^ scalar
)
member Add : 
        scalar : Scalar -> Scalar 
Parameters
- scalar
- Type: AGI.Foundation.GeometryScalar
 The other scalar to add.
Return Value
Type: 
ScalarA scalar representing the sum of the two scalars.
 Exceptions
Exceptions See Also
See Also