'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function IsValidPercentDeadband( _ ByVal percentDeadband As Single _ ) As Boolean
'Usage
Dim percentDeadband As Single Dim value As Boolean value = DAUtilities.IsValidPercentDeadband(percentDeadband)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsValidPercentDeadband( float percentDeadband )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public: static bool IsValidPercentDeadband( float percentDeadband )
Parameters
- percentDeadband
- The percent deadband value to be tested.
Return Value
true
if percentDeadband is a valid percent deadband value; false
otherwise.
This return value of this method should not be ignored.