Back to Devexpress

ArcScale.PercentToValue(Single) Method

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-dot-percenttovalue-x28-system-dot-single-x29.md

latest1.7 KB
Original Source

ArcScale.PercentToValue(Single) Method

Converts the specified percent to a value.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public float PercentToValue(
    float percent
)
vb
Public Function PercentToValue(
    percent As Single
) As Single

Parameters

NameTypeDescription
percentSingle

The percent to be converted to a value.

|

Returns

TypeDescription
Single

The value corresponding to the specified percent.

|

See Also

MaxValue

MinValue

Percent

Value

ValueToPercent(Single)

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace