| ChunkTIncludedMax Property |
The maximum value included in this chunk. This is
Max when
Max is included,
the smallest value below
Max otherwise.
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public T IncludedMax { get; }
Public ReadOnly Property IncludedMax As T
Get
public:
property T IncludedMax {
T get ();
}
member IncludedMax : 'T with get
Property Value
Type:
TSee Also