Method Ceiling
Ceiling(PointD)
public static PointI Ceiling(PointD value)
Parameters
value
PointD
Returns
Remarks
Ceiling operation returns the smallest integer that is greater than or equal to the specified floating-point number.
public static PointI Ceiling(PointD value)
value
PointDCeiling operation returns the smallest integer that is greater than or equal to the specified floating-point number.