nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Scaled-int-multi-data.html

28 lines
No EOL
855 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Scaled-int-multi-data</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>Scaled-int-multi-data</h3><pre>Defined in file <a href="seqtable.asn.html">seqtable.asn</a>
C++ class: <a href="../doxyhtml/classCScaled__int__multi__data.html">CScaled_int_multi_data</a>
Scaled-int-multi-data ::= SEQUENCE {
-- output data[i] = data[i]*mul+add
mul INTEGER,
add INTEGER,
data <a href="SeqTable-multi-data.html">SeqTable-multi-data</a>,
-- min/max scaled value
-- should be set if scaled values may not fit in 32-bit signed integer
min INTEGER OPTIONAL,
max INTEGER OPTIONAL
}</pre>
</body>
</html>