ArcScale.PercentToValue(Single) Method
Converts the specified percent to a value.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| percent | Single | The percent to be converted to a value. |
Returns
| Type | Description |
|---|---|
| Single | The value corresponding to the specified percent. |
See Also