class TimeRangeAttribute : RangeAttribute

robot_2Generated
code_blocksInput

Description

The TimeRangeAttribute class is used to define a custom range for time values, particularly useful when working with curves in s&box. This attribute allows developers to specify the minimum and maximum time values that a curve can take, providing greater control over the time-related data.

Members

Instance Members

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