PeriodPrecisionMethod
Description
Determines if and how sub-point accuracy is achieved
Values of this enumeration:
- Basic - Results in whole-point accuracy
- Quadratic4 - Sub-point accuracy, most efficient for big periods
- Flex - Sub-point accuracy, most efficient for small periods
namespace PeriodPrecisionMethod
{
enum Type
{
Basic,
Quadratic4,
Flex
};
}
