'Declaration
<PureAttribute()> Public Shared Function IsValidPercentDeadband( _ ByVal percentDeadband As Single _ ) As Boolean
'Usage
Dim percentDeadband As Single Dim value As Boolean value = DAUtilities.IsValidPercentDeadband(percentDeadband)
[Pure()] public static bool IsValidPercentDeadband( float percentDeadband )
[Pure()] public: static bool IsValidPercentDeadband( float percentDeadband )
Parameters
- percentDeadband
- The percent deadband value to be tested.