'Declaration
<ValueRangeAttribute(0, 1)> Public Property MaximumQuotient As Single
'Usage
Dim instance As UAAdaptiveReadWriteSizeProviderParameters Dim value As Single instance.MaximumQuotient = value value = instance.MaximumQuotient
[ValueRange(0, 1)] public float MaximumQuotient {get; set;}
Property Value
Valid values of this property are in the range from 0
to 1
.
The default value of this property is 0.015625
.