Skip to content

Commit cd89d55

Browse files
committed
Added a little tutorial on sorting + fix typos thanks to @Ajit
1 parent debfda4 commit cd89d55

File tree

4 files changed

+955
-20
lines changed

4 files changed

+955
-20
lines changed

deployment/VL.ExtendedTutorials.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>VL.ExtendedTutorials</id>
5-
<version>1.1.10</version>
5+
<version>1.1.11</version>
66
<title>VL.ExtendedTutorials</title>
77
<authors>TobyKLight</authors>
88
<owners>TobyKLight</owners>

help/HowTo Access Bits as Boolean outputs.vl

Lines changed: 64 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p:NodeReference>
1616
<Patch Id="CEi03yT2qjhP3sCUicN449">
1717
<Canvas Id="RGIXyez6zHxMtrwnhHEJXi" CanvasType="Group">
18-
<Node Bounds="742,357,437,150" Id="ONBOpVrTGGJN3WpYMVxo0A">
18+
<Node Bounds="742,345,600,162" Id="ONBOpVrTGGJN3WpYMVxo0A">
1919
<p:NodeReference LastCategoryFullName="Primitive" LastDependency="Builtin">
2020
<Choice Kind="StatefulRegion" Name="Region (Stateful)" Fixed="true" />
2121
<CategoryReference Kind="Category" Name="Primitive" />
@@ -128,48 +128,85 @@
128128
<Pin Id="AzTut3VBqEHOWph1j2f1DZ" Name="Input 2" Kind="InputPin" />
129129
<Pin Id="DhzilVUmURkNBmAAvhL6P5" Name="Result" Kind="OutputPin" />
130130
</Node>
131+
<Node Bounds="1198,402,31,19" Id="VZmMMLZbYKgM8MaPFzdlnL">
132+
<p:NodeReference LastCategoryFullName="Primitive.Integer32" LastDependency="VL.CoreLib.vl">
133+
<Choice Kind="NodeFlag" Name="Node" Fixed="true" />
134+
<CategoryReference Kind="Int32Type" Name="Integer32" NeedsToBeDirectParent="true" />
135+
<Choice Kind="OperationCallFlag" Name="&lt;&lt;" />
136+
</p:NodeReference>
137+
<Pin Id="OBF2em6ONlrNE47HUB0WEp" Name="Input" Kind="StateInputPin" DefaultValue="1" />
138+
<Pin Id="Rc5XyEkplqLOJ2Jr9364dN" Name="Input 2" Kind="InputPin" />
139+
<Pin Id="FikL3i3KyeWQOHpF0HI4bx" Name="Output" Kind="StateOutputPin" />
140+
</Node>
141+
<Node Bounds="1178,436,25,19" Id="JCrlQU7yUDaPobjGNQjad2">
142+
<p:NodeReference LastCategoryFullName="System.BitsAndBytes" LastDependency="VL.CoreLib.vl">
143+
<Choice Kind="NodeFlag" Name="Node" Fixed="true" />
144+
<CategoryReference Kind="Category" Name="BitsAndBytes" NeedsToBeDirectParent="true" />
145+
<Choice Kind="OperationCallFlag" Name="&amp;" />
146+
</p:NodeReference>
147+
<Pin Id="M7K1cBZyWfRN9uB52A0DCU" Name="Input" Kind="InputPin" />
148+
<Pin Id="HuOfVgjDG7IPxSCuWdOv35" Name="Input 2" Kind="InputPin" />
149+
<Pin Id="FRJVy34MDIONFIgW7VKCFj" Name="Output" Kind="OutputPin" />
150+
</Node>
151+
<Pad Id="Ha9gkVjEl7AMjcXtRkOx6P" Comment="BitPosition" Bounds="1225,392,35,15" ShowValueBox="true" isIOBox="true" Value="3">
152+
<p:TypeAnnotation LastCategoryFullName="Primitive" LastDependency="VL.CoreLib.vl">
153+
<Choice Kind="TypeFlag" Name="Integer32" />
154+
</p:TypeAnnotation>
155+
</Pad>
156+
<Node Bounds="1177,468,25,19" Id="K60bgU8x8dcMv1DqYIXMW1">
157+
<p:NodeReference LastCategoryFullName="Math" LastDependency="VL.CoreLib.vl">
158+
<Choice Kind="NodeFlag" Name="Node" Fixed="true" />
159+
<Choice Kind="OperationCallFlag" Name="&gt;" />
160+
</p:NodeReference>
161+
<Pin Id="ACcVtM4gmk2P6MpVBv9v4F" Name="Input" Kind="InputPin" />
162+
<Pin Id="Ov1Phtkv0fGP7apGypC99H" Name="Input 2" Kind="InputPin" />
163+
<Pin Id="IwXjSnRh7uONlzjLoPCXaX" Name="Result" Kind="OutputPin" />
164+
</Node>
131165
</Patch>
132-
<ControlPoint Id="P1UWamjMpQsLLQuZfDLn4J" Bounds="759,363" Alignment="Top" />
166+
<ControlPoint Id="P1UWamjMpQsLLQuZfDLn4J" Bounds="759,351" Alignment="Top" />
133167
<ControlPoint Id="To85uMz5jYIPVpuPcJlKot" Bounds="756,501" Alignment="Bottom" />
134168
<ControlPoint Id="JnVS4wozmX7OJBSfAHX4eW" Bounds="888,501" Alignment="Bottom" />
135169
<ControlPoint Id="PFGq4HHdrcqMfRiv661O2W" Bounds="1018,501" Alignment="Bottom" />
170+
<ControlPoint Id="RTRgIBXsznWOXHviwT0fxh" Bounds="1179,501" Alignment="Bottom" />
136171
</Node>
137-
<Pad Id="A5N7rsEf47VNBSCpvHv7gd" Comment="" Bounds="758,192,35,141" ShowValueBox="true" isIOBox="true" Value="0, 1, 2, 3, 4, 5, 6, 7">
138-
<p:TypeAnnotation LastCategoryFullName="Collections" LastDependency="VL.CoreLib.vl">
139-
<Choice Kind="TypeFlag" Name="Spread" />
140-
<p:TypeArguments>
141-
<TypeReference LastCategoryFullName="Primitive" LastDependency="VL.CoreLib.vl">
142-
<Choice Kind="TypeFlag" Name="Integer32" />
143-
</TypeReference>
144-
</p:TypeArguments>
145-
</p:TypeAnnotation>
172+
<Pad Id="URDK7bJrOi6MOY8n9lidcq" Comment="" Bounds="756,528,35,264" ShowValueBox="true" isIOBox="true">
146173
<p:ValueBoxSettings>
147-
<p:maxvisibleentries p:Type="Int32">10</p:maxvisibleentries>
174+
<p:maxvisibleentries p:Type="Int32">20</p:maxvisibleentries>
148175
</p:ValueBoxSettings>
149176
</Pad>
150-
<Pad Id="URDK7bJrOi6MOY8n9lidcq" Comment="" Bounds="756,531,35,141" ShowValueBox="true" isIOBox="true">
177+
<Pad Id="GgCTU3uhiBMLaOC0flAiVF" Comment="" Bounds="888,528,35,264" ShowValueBox="true" isIOBox="true">
151178
<p:ValueBoxSettings>
152-
<p:maxvisibleentries p:Type="Int32">10</p:maxvisibleentries>
179+
<p:maxvisibleentries p:Type="Int32">20</p:maxvisibleentries>
153180
</p:ValueBoxSettings>
154181
</Pad>
155-
<Pad Id="GgCTU3uhiBMLaOC0flAiVF" Comment="" Bounds="888,528,35,141" ShowValueBox="true" isIOBox="true">
182+
<Pad Id="UCdbwl3ZJrzNc5a74KzskB" Comment="" Bounds="1018,528,35,264" ShowValueBox="true" isIOBox="true">
156183
<p:ValueBoxSettings>
157-
<p:maxvisibleentries p:Type="Int32">10</p:maxvisibleentries>
184+
<p:maxvisibleentries p:Type="Int32">20</p:maxvisibleentries>
158185
</p:ValueBoxSettings>
159186
</Pad>
160-
<Pad Id="UCdbwl3ZJrzNc5a74KzskB" Comment="" Bounds="1018,531,35,141" ShowValueBox="true" isIOBox="true">
187+
<Pad Id="R9Qkg1XBa2APzxyIz4gPUt" Comment="" Bounds="1176,528,51,264" ShowValueBox="true" isIOBox="true">
161188
<p:ValueBoxSettings>
162-
<p:maxvisibleentries p:Type="Int32">10</p:maxvisibleentries>
189+
<p:maxvisibleentries p:Type="Int32">20</p:maxvisibleentries>
163190
</p:ValueBoxSettings>
164191
</Pad>
192+
<Node Bounds="756,150,25,19" Id="PA6U3rtBVT3PIpaVW4EsJK">
193+
<p:NodeReference LastCategoryFullName="Collections.Spread" LastDependency="VL.CoreLib.vl">
194+
<Choice Kind="NodeFlag" Name="Node" Fixed="true" />
195+
<Choice Kind="ProcessAppFlag" Name="I" />
196+
</p:NodeReference>
197+
<Pin Id="TlHfWNZKXeHPtYKxFjZN2o" Name="Node Context" Kind="InputPin" IsHidden="true" />
198+
<Pin Id="Pd3SXWi8nOFNZ4gjWZaQ1f" Name="Start" Kind="InputPin" />
199+
<Pin Id="TKPcga5TSmOLFc8m7jSSV2" Name="Count" Kind="InputPin" DefaultValue="16" />
200+
<Pin Id="Ut2dbaq4twUNlQaLf5RKRs" Name="Output" Kind="OutputPin" />
201+
</Node>
202+
<Pad Id="LkBUaSNxQCFPlXbZUlMRaM" Comment="" Bounds="758,204,35,95" ShowValueBox="true" isIOBox="true" />
165203
</Canvas>
166204
<Patch Id="DCQXLFIAZoaQU5lOZeHL3k" Name="Create" />
167205
<Patch Id="AhJC9fN7vdyMmj9jgOOnzd" Name="Update" />
168206
<ProcessDefinition Id="LPpTnyWRe5qQIOJePiOSHM">
169207
<Fragment Id="Vxo9vQwKMEoO3JfuYGJPUe" Patch="DCQXLFIAZoaQU5lOZeHL3k" Enabled="true" />
170208
<Fragment Id="NqFIX7ZAMl1LLcgDzhrIi6" Patch="AhJC9fN7vdyMmj9jgOOnzd" Enabled="true" />
171209
</ProcessDefinition>
172-
<Link Id="MiYUIeLxjutOCFO7wvTco5" Ids="A5N7rsEf47VNBSCpvHv7gd,P1UWamjMpQsLLQuZfDLn4J" />
173210
<Link Id="MbMd7BdHb6ZL6BBK0gEAPn" Ids="To85uMz5jYIPVpuPcJlKot,URDK7bJrOi6MOY8n9lidcq" />
174211
<Link Id="TUeZldfjfgTOKqdnj1ImIx" Ids="SC7AKIMk6iHLTH50DzTqBC,U22zpQmHDaJMjzxRQkituq" />
175212
<Link Id="RrcEyFwLsAJP5NPiVdRg9u" Ids="Paq38DLD18zNvbVKk3soVh,IudAHaBzvv5MulUBxqsi2F" />
@@ -188,6 +225,14 @@
188225
<Link Id="EL0D3JOD8SaO92fnRhCiti" Ids="GBeFxb5jDWXNIpoECMhddS,JnVS4wozmX7OJBSfAHX4eW" />
189226
<Link Id="GxDY0WSSuPkMMQDR2PKOIu" Ids="DBbLYps3BT8LNpTRkwyk56,MVfwiWKJLc0PkhwbWqcLRf" />
190227
<Link Id="ACIUauBDvwxPliKyUK6maI" Ids="DhzilVUmURkNBmAAvhL6P5,PFGq4HHdrcqMfRiv661O2W" />
228+
<Link Id="BXHJrI4Lcm2NQkXpovL4wO" Ids="FikL3i3KyeWQOHpF0HI4bx,HuOfVgjDG7IPxSCuWdOv35" />
229+
<Link Id="ITllE2cvIVOQBL6fpkFI7h" Ids="Ha9gkVjEl7AMjcXtRkOx6P,Rc5XyEkplqLOJ2Jr9364dN" />
230+
<Link Id="LkZiSf0ByTVPs60lIOAzQn" Ids="FRJVy34MDIONFIgW7VKCFj,ACcVtM4gmk2P6MpVBv9v4F" />
231+
<Link Id="GbzI3cYaUdEMtAHvaamiag" Ids="P1UWamjMpQsLLQuZfDLn4J,M7K1cBZyWfRN9uB52A0DCU" />
232+
<Link Id="E9LdNVutEKsMjb0BbuZ0If" Ids="IwXjSnRh7uONlzjLoPCXaX,RTRgIBXsznWOXHviwT0fxh" />
233+
<Link Id="M3wIMjmqGe9Ltaywa8pgKa" Ids="RTRgIBXsznWOXHviwT0fxh,R9Qkg1XBa2APzxyIz4gPUt" />
234+
<Link Id="UbvAYPVq3mdPiGh6GggkuO" Ids="Ut2dbaq4twUNlQaLf5RKRs,LkBUaSNxQCFPlXbZUlMRaM" />
235+
<Link Id="ERuj4jK3PtlOG9RievuAVN" Ids="LkBUaSNxQCFPlXbZUlMRaM,P1UWamjMpQsLLQuZfDLn4J" />
191236
</Patch>
192237
</Node>
193238
</Patch>

0 commit comments

Comments
 (0)