DifferentiationMethod

Description

Methods of profile differentiation.

namespace DifferentiationMethod
{
	enum Type
	{
		Forward,
		Backward,
		Central
	};
}