| MathExValueOf Method (Int64, Int64, Int64, Int64, Int64) |
Calculates the percentage relationship of two values
Namespace:
System
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax Public Shared Function ValueOf (
value As Long,
valueMin As Long,
valueMax As Long,
targetValueMin As Long,
targetValueMax As Long
) As Long
Parameters
- value
- Type: SystemInt64
Current value of the systems - valueMin
- Type: SystemInt64
Minimum value of the current system - valueMax
- Type: SystemInt64
Maximum value of the current system - targetValueMin
- Type: SystemInt64
Minimum value of the target system - targetValueMax
- Type: SystemInt64
Maximum value of the target system
Return Value
Type:
Int64[Missing <returns> documentation for "M:System.MathEx.ValueOf(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]
See Also