This commit is contained in:
2025-11-16 17:27:05 +08:00
parent 643a14956d
commit dbbe3303b3
665 changed files with 1697 additions and 1018 deletions
@@ -189,7 +189,8 @@ The data is maybe from the sensor or computed, etc..</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.Numerical.Acts.ActData.html">ActData</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -215,7 +216,8 @@ The data is maybe from the sensor or computed, etc..</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.Numerical.Acts.ActData.html">ActData</a> class with the specified data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -225,7 +227,8 @@ The data is maybe from the sensor or computed, etc..</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>data</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd></dd>
<dd><p>The data dictionary containing key-value pairs.</p>
</dd>
</dl>
@@ -250,7 +253,8 @@ The data is maybe from the sensor or computed, etc..</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets or sets the data dictionary containing key-value pairs.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">