yvesScale(Single, Single, Single) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static float Scale(
float sX,
float sOffset,
float sScale
)
Public Shared Function Scale (
sX As Single,
sOffset As Single,
sScale As Single
) As Single
Request Example
View SourceParameters
- sX Single
-
- sOffset Single
-
- sScale Single
-
Return Value
SingleSee Also