Multiplication operator – multiplies coordinates of the specified point by scalar value.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static DoublePoint operator *( DoublePoint point, double factor ) |
Parameters
- point
- Type: AForge..::.DoublePoint
Point to multiply coordinates of.
- factor
- Type: System..::.Double
Multiplication factor.