| SmartTestSByteRange Property |
Creates a new range of sbyte
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static INumericType<sbyte> SByteRange { get; }
Public Shared ReadOnly Property SByteRange As INumericType(Of SByte)
Get
public:
static property INumericType<signed char>^ SByteRange {
INumericType<signed char>^ get ();
}
static member SByteRange : INumericType<sbyte> with get
Property Value
Type:
INumericTypeSByteSee Also