Click or drag to resize

ChunkT Structure

A chunk of consecutive integer values (from Min to Max)

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public struct Chunk<T>
where T : Object, IComparable<T>

Type Parameters

T
The numeric type for which a chunk is constructed.

The ChunkT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIncludedMax
The maximum value included in this chunk. This is Max when Max is included, the smallest value below Max otherwise.
Public propertyIncludedMin
The minimum value included in this chunk. This is Min when Min is included, the smallest value over Min otherwise.
Public propertyMax
The maximum value (included) of this chunk
Public propertyMaxIncluded
Indicate if Min is included in this chunk.
Public propertyMin
The min value (included) of this chunk
Public propertyMinIncluded
Indicate if Min is included in this chunk.
Top
Methods
See Also