Click or drag to resize
Accord.NET (logo)

PointHMultiply Method

Multiplies the point by a scalar.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public PointH Multiply(
	float value
)
Request Example View Source

Parameters

value
Type: SystemSingle

Return Value

Type: PointH
See Also