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
// Windows Runtime Component does not allow public methods/ctors with same number of parameters: https://msdn.microsoft.com/en-us/library/br230301.aspx#Overloaded methods
154
+
/// <summary>
155
+
/// Creates the quantity with the given value assuming the base unit $baseUnitSingularName.
156
+
/// </summary>
157
+
/// <param name="$baseUnitPluralNameLower">Value assuming base unit $baseUnitSingularName.</param>
144
158
#if WINDOWS_UWP
145
159
private
146
160
#else
@@ -151,6 +165,10 @@ namespace UnitsNet
151
165
152
166
// Windows Runtime Component does not allow public methods/ctors with same number of parameters: https://msdn.microsoft.com/en-us/library/br230301.aspx#Overloaded methods
153
167
// Windows Runtime Component does not support decimal type
168
+
/// <summary>
169
+
/// Creates the quantity with the given value assuming the base unit $baseUnitSingularName.
170
+
/// </summary>
171
+
/// <param name="$baseUnitPluralNameLower">Value assuming base unit $baseUnitSingularName.</param>
0 commit comments