'Declaration
Public Shared Function RequiresDivisor( _ ByVal samplingType As SamplingType _ ) As Boolean
public static bool RequiresDivisor( SamplingType samplingType )
Parameters
- samplingType
- A SamplingType enum value to check.
Return Value
True if the given sampling type requires a second value for each sample as the divisor.