Maximum ratio of the difference between the read-write size found and the best solution to the read-write size found.
Syntax
[ValueRange(0, 1)]
public float MaximumQuotient {get; set;}
[ValueRange(0, 1)]
public:
property float MaximumQuotient {
float get();
void set ( float value);
}
Property Value
Valid values of this property are in the range from 0
to 1
.
The default value of this property is 0.015625
.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also