fix SoftNcRunner GM code normalization.
This commit is contained in:
+6
-4
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class ShrinkIfNoDecimalPointSyntax | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Applies the &ldquo;conventional type&rdquo; decimal-point interpretation to coordinate values in . When a tag value has no decimal point (e.g. Y20), it is shrunk by the implied decimal places: Y20 → Y0.020 (3 decimal places). Values that already contain a decimal point are left unchanged. Place inside before FloatTagSetupSyntax so the modified text is parsed correctly by subsequent syntaxes.">
|
||||
<meta name="description" content="Applies the &ldquo;conventional type&rdquo; decimal-point interpretation to coordinate values in . When a tag value has no decimal point (e.g. Y20), it is shrunk by the implied decimal places: Y20 → Y0.020 (3 decimal places). Values that already contain a decimal point are left unchanged. Place inside before so the modified text is parsed correctly by subsequent syntaxes.">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -103,7 +103,7 @@ When a tag value has no decimal point (e.g. <code>Y20</code>), it is shrunk by
|
||||
the implied decimal places: <code>Y20</code> → <code>Y0.020</code> (3 decimal places).
|
||||
Values that already contain a decimal point are left unchanged.</p>
|
||||
<p>
|
||||
Place inside <a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html">BundleSyntax</a> before FloatTagSetupSyntax
|
||||
Place inside <a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html">BundleSyntax</a> before <a class="xref" href="Hi.NcParsers.ParsingSyntaxs.FloatTagValueSyntax.html">FloatTagValueSyntax</a>
|
||||
so the modified text is parsed correctly by subsequent syntaxes.
|
||||
</p>
|
||||
</div>
|
||||
@@ -239,7 +239,8 @@ This syntax is only needed for legacy “conventional type” configurat
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Syntax kind name (typically the concrete type name).</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -302,7 +303,8 @@ This syntax is only needed for legacy “conventional type” configurat
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>XML element name for <a class="xref" href="Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_Regs">Regs</a> registration.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
|
||||
Reference in New Issue
Block a user