Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public double PercentToValue(
	double percent
)
Visual Basic (Declaration)
Public Function PercentToValue ( _
	percent As Double _
) As Double
Visual C++
public:
virtual double PercentToValue(
	double percent
) sealed

Parameters

percent
Type: System..::.Double

Implements

IScale..::.PercentToValue(Double)

See Also