You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Computes the average of a sequence of <see cref="{quantity.Name}"/> values that are obtained by invoking a transform function on each element of the input sequence
179
-
/// </summary>
180
-
/// <param name="values"></param>
181
-
/// <returns>The average of the sequence of values</returns>
182
-
""")
183
169
]);
184
170
}
185
171
@@ -890,6 +876,32 @@ public void GenerateCode(SourceProductionContext context)
/// Computes the average of a sequence of <see cref="{quantity.Name}"/> values that are obtained by invoking a transform function on each element of the input sequence
898
+
/// </summary>
899
+
/// <param name="values"></param>
900
+
/// <returns>The average of the sequence of values</returns>
0 commit comments