This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -102,7 +102,7 @@ Class AxisAngle4d
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class AxisAngle4d</code></pre>
<pre><code class="lang-csharp hljs">public class AxisAngle4d : IFormattable</code></pre>
</div>
@@ -116,6 +116,12 @@ Class AxisAngle4d
</dd>
</dl>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a></div>
</dd>
</dl>
<dl class="typelist inheritedMembers">
@@ -349,6 +355,52 @@ Class AxisAngle4d
<a id="Hi_Geom_AxisAngle4d_ToString_" data-uid="Hi.Geom.AxisAngle4d.ToString*"></a>
<h3 id="Hi_Geom_AxisAngle4d_ToString_System_String_System_IFormatProvider_" data-uid="Hi.Geom.AxisAngle4d.ToString(System.String,System.IFormatProvider)">
ToString(string, IFormatProvider)
</h3>
<div class="markdown level1 summary"><p>Formats the value of the current instance using the specified format.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string ToString(string format, IFormatProvider formatProvider)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>format</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The format to use.</p>
<p>-or-</p>
<p>A null reference (<code>Nothing</code> in Visual Basic) to use the default format defined for the type of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a> implementation.</p>
</dd>
<dt><code>formatProvider</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></dt>
<dd><p>The provider to use to format the value.</p>
<p>-or-</p>
<p>A null reference (<code>Nothing</code> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</p>
</dd>
</dl>
<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>The value of the current instance in the specified format.</p>
</dd>
</dl>
</article>