Addition operator – adds scalar to the specified point.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static DoublePoint Add( DoublePoint point, double valueToAdd ) |
Parameters
- point
- Type: AForge..::.DoublePoint
Point to increase coordinates of.
- valueToAdd
- Type: System..::.Double
Value to add to coordinates of the specified point.