| SmartTestUInt64Range Property |
Creates a new range of ulong
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static INumericType<ulong> UInt64Range { get; }
Public Shared ReadOnly Property UInt64Range As INumericType(Of ULong)
Get
public:
static property INumericType<unsigned long long>^ UInt64Range {
INumericType<unsigned long long>^ get ();
}
static member UInt64Range : INumericType<uint64> with get
Property Value
Type:
INumericTypeUInt64See Also