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