Click or drag to resize

MathExValueOf Method (Double, Double, Double)

Calculates the percentage relationship of two values

Namespace:  System
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static double ValueOf(
	double value,
	double valueMax,
	double targetValueMax
)

Parameters

value
Type: SystemDouble
Current value of the systems
valueMax
Type: SystemDouble
Maximum value of the current system
targetValueMax
Type: SystemDouble
Minimum value of the target system

Return Value

Type: Double

[Missing <returns> documentation for "M:System.MathEx.ValueOf(System.Double,System.Double,System.Double)"]

See Also