17 lines
449 B
HTML
17 lines
449 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Interpolate [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function Interpolate(min_a, max_a, mid_a, min_b, max_b) </h2></p>
|
|
<p>
|
|
This function returns a value interpolated based on the comparison between a mid value in a range of given min and max values
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |