Subtraction operator – subtracts scalar from the specified point.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static DoublePoint Subtract( DoublePoint point, double valueToSubtract ) |
Parameters
- point
- Type: AForge..::.DoublePoint
Point to decrease coordinates of.
- valueToSubtract
- Type: System..::.Double
Value to subtract from coordinates of the specified point.