PointExtensions

StockSharp.Xaml.Charting.Common.Extensions

Methods

Floor(Point) : Point

Returns a new Point where X and Y components are equivalent to Math.Floor of the input point

point
The input point, e.g. x=1.242, y=6.336

Returns: The Floor'ed point, e.g. x=1, y=6