Field CoerceCoordFunc
Gets or sets coerce function used in Coerce() method. Default is Null. You can assign here for example Ceiling(double).
public static Func<double, double>? CoerceCoordFunc
Gets or sets coerce function used in Coerce() method. Default is Null. You can assign here for example Ceiling(double).
public static Func<double, double>? CoerceCoordFunc