ホーム / API リファレンス / StockSharp.Xaml.Charting.Common.Extensions PointExtensions StockSharp.Xaml.Charting.Common.Extensions メソッド 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 戻り値: The Floor'ed point, e.g. x=1, y=6