This commit is contained in:
2025-09-17 13:09:09 +08:00
parent 8a5d1bb903
commit ab2576b777
22 changed files with 121 additions and 74 deletions
@@ -147,9 +147,6 @@ This class implements a simple time delay in the machining process.</p>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</dd></dl>
<dl class="typelist extensionMethods">
@@ -307,6 +304,43 @@ The default duration is set to TimeSpan.Zero.</p>
<h2 class="section" id="methods">Methods
</h2>
<a id="Hi_Numerical_Acts_ActDelay_ToString_" data-uid="Hi.Numerical.Acts.ActDelay.ToString*"></a>
<h3 id="Hi_Numerical_Acts_ActDelay_ToString" data-uid="Hi.Numerical.Acts.ActDelay.ToString">
ToString()
</h3>
<div class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>A string that represents the current object.</p>
</dd>
</dl>
</article>
@@ -287,7 +287,7 @@ Available for G82.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int P { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public double P { get; set; }</code></pre>
</div>
@@ -296,7 +296,7 @@ Available for G82.</p>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>