Files
RCBASIC4/doc/doc_files/interpolate.html
2024-10-27 11:52:28 -04:00

17 lines
450 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>