class ValueRangeAttribute : RangeAttribute

book_4_sparkGenerated
code_blocksInput

Description

The ValueRangeAttribute class is used to define a custom range for values, particularly useful when working with curves in s&box. It extends the Sandbox.RangeAttribute class, allowing developers to specify minimum and maximum limits for a value.

Members

Instance Members

Member NameSummary
MinGets or sets the minimum value of the range.
MaxGets or sets the maximum value of the range.