| ScalarSubtract Method (Double) | 
 
            Subtracts a fixed scalar from 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 Subtract(
	double scalar
)
Public Function Subtract ( 
	scalar As Double
) As Scalar
public:
Scalar^ Subtract(
	double scalar
)
member Subtract : 
        scalar : float -> Scalar 
Parameters
- scalar
- Type: SystemDouble
 The fixed scalar to subtract.
Return Value
Type: 
ScalarA scalar representing the difference between the two scalars.
 See Also
See Also