'宣言 Public Shared Function PercentageAbsoluteToRelative( _ ByVal value As System.Double _ ) As System.Double
public static System.double PercentageAbsoluteToRelative( System.double value )
パラメータ
- value
- An double value (>= 0.0) that indicates the absolute percentage.
戻り値の型
A double value that represents the relative percentage.