DrawingBaseCalculateSlope Method |
Calculates the slope between 2 points
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected double CalculateSlope(
Point a,
Point b
)
Parameters
- a Point
- Point a
- b Point
- Point b
Return Value
DoubleThe slope value
See Also