PointExtensions

StockSharp.Xaml.Charting.Common.Extensions

Métodos

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

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