tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class Polar3d
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class Polar3d : IAdditionOperators<Polar3d, Polar3d, Polar3d>, ISubtractionOperators<Polar3d, Polar3d, Polar3d>, IMultiplyOperators<Polar3d, double, Polar3d>, IDivisionOperators<Polar3d, double, Polar3d>, ICsvRowIo</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class Polar3d : IAdditionOperators<Polar3d, Polar3d, Polar3d>, ISubtractionOperators<Polar3d, Polar3d, Polar3d>, IMultiplyOperators<Polar3d, double, Polar3d>, IDivisionOperators<Polar3d, double, Polar3d>, ICsvRowIo, IFormattable</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -124,6 +124,7 @@ Class Polar3d
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.imultiplyoperators-3">IMultiplyOperators</a><<a class="xref" href="Hi.Geom.Polar3d.html">Polar3d</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="Hi.Geom.Polar3d.html">Polar3d</a>></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.idivisionoperators-3">IDivisionOperators</a><<a class="xref" href="Hi.Geom.Polar3d.html">Polar3d</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="Hi.Geom.Polar3d.html">Polar3d</a>></div>
|
||||
<div><a class="xref" href="Hi.Common.CsvUtils.ICsvRowIo.html">ICsvRowIo</a></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -1564,6 +1565,48 @@ z = reader.ReadDouble();</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Polar3d_ToString_" data-uid="Hi.Geom.Polar3d.ToString*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Polar3d_ToString_System_String_System_IFormatProvider_" data-uid="Hi.Geom.Polar3d.ToString(System.String,System.IFormatProvider)">
|
||||
ToString(string, IFormatProvider)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Returns a string representation of the polar coordinates formatted according to 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 for each component</p>
|
||||
</dd>
|
||||
<dt><code>formatProvider</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></dt>
|
||||
<dd><p>The format provider to use</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>A formatted string representation of the polar coordinates</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Polar3d_TryParse_" data-uid="Hi.Geom.Polar3d.TryParse*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Polar3d_TryParse_System_String_Hi_Geom_Polar3d__" data-uid="Hi.Geom.Polar3d.TryParse(System.String,Hi.Geom.Polar3d@)">
|
||||
|
||||
Reference in New Issue
Block a user