[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic Returns the given value, enforcing it to be within the given range. Namespace: DPSF Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 Syntax
Parameters value The value to return if it is within the given Min and Max range. min The Minimum acceptable value. If Value is less than this then this Min will be returned instead of the value. max The Maximum acceptable value. If Value is greater than this then this Max will be returned instead of the value. Return Value Type: Single See Also |