|
809 | 809 | <Parameter Name="value" Type="System.Int32" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
810 | 810 | </Parameters>
|
811 | 811 | <Docs>
|
812 |
| - <param name="value">To be added.</param> |
813 |
| - <summary>To be added.</summary> |
814 |
| - <returns>To be added.</returns> |
| 812 | + <param name="value">The integer to convert.</param> |
| 813 | + <summary>Reinterprets the specified 32-bit integer as a single-precision floating-point value.</summary> |
| 814 | + <returns>A single-precision floating-point value that represents the converted integer.</returns> |
815 | 815 | <remarks>To be added.</remarks>
|
816 | 816 | </Docs>
|
817 | 817 | </Member>
|
|
856 | 856 | </Parameters>
|
857 | 857 | <Docs>
|
858 | 858 | <param name="value">The number to convert.</param>
|
859 |
| - <summary>Converts the specified 64-bit signed integer to a double-precision floating point number.</summary> |
| 859 | + <summary>Reinterprets the specified 64-bit signed integer to a double-precision floating point number.</summary> |
860 | 860 | <returns>A double-precision floating point number whose value is equivalent to <paramref name="value" />.</returns>
|
861 | 861 | <remarks>
|
862 | 862 | <format type="text/markdown"><![CDATA[
|
|
960 | 960 | <Parameter Name="value" Type="System.Single" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
961 | 961 | </Parameters>
|
962 | 962 | <Docs>
|
963 |
| - <param name="value">To be added.</param> |
964 |
| - <summary>To be added.</summary> |
965 |
| - <returns>To be added.</returns> |
| 963 | + <param name="value">The single-precision floating-point value to convert.</param> |
| 964 | + <summary>Converts a single-precision floating-point value into an integer.</summary> |
| 965 | + <returns>An integer representing the converted single-precision floating-point value.</returns> |
966 | 966 | <remarks>To be added.</remarks>
|
967 | 967 | </Docs>
|
968 | 968 | </Member>
|
|
992 | 992 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
993 | 993 | </Parameters>
|
994 | 994 | <Docs>
|
995 |
| - <param name="value">To be added.</param> |
996 |
| - <summary>To be added.</summary> |
997 |
| - <returns>To be added.</returns> |
| 995 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 996 | + <summary>Converts a read-only byte span to a Boolean value.</summary> |
| 997 | + <returns>A Boolean representing the converted bytes.</returns> |
998 | 998 | <remarks>To be added.</remarks>
|
| 999 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 0.</exception> |
| 1000 | + |
999 | 1001 | </Docs>
|
1000 | 1002 | </Member>
|
1001 | 1003 | <Member MemberName="ToBoolean">
|
|
1089 | 1091 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1090 | 1092 | </Parameters>
|
1091 | 1093 | <Docs>
|
1092 |
| - <param name="value">To be added.</param> |
1093 |
| - <summary>To be added.</summary> |
1094 |
| - <returns>To be added.</returns> |
1095 |
| - <remarks>To be added.</remarks> |
| 1094 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 1095 | + <summary>Converts a read-only byte span into a character.</summary> |
| 1096 | + <returns>A character representing the converted bytes.</returns> |
| 1097 | + <remarks>To be added.</remarks> |
| 1098 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than the length of a <see cref="T:System.Char" />.</exception> |
1096 | 1099 | </Docs>
|
1097 | 1100 | </Member>
|
1098 | 1101 | <Member MemberName="ToChar">
|
|
1187 | 1190 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1188 | 1191 | </Parameters>
|
1189 | 1192 | <Docs>
|
1190 |
| - <param name="value">To be added.</param> |
1191 |
| - <summary>To be added.</summary> |
1192 |
| - <returns>To be added.</returns> |
1193 |
| - <remarks>To be added.</remarks> |
| 1193 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 1194 | + <summary>Converts a read-only byte span into a double-precision floating-point value.</summary> |
| 1195 | + <returns>A double-precision floating-point value that represents the converted bytes.</returns> |
| 1196 | + <remarks>To be added.</remarks> |
| 1197 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than the length of a <see cref="T:System.Double" /> value.</exception> |
1194 | 1198 | </Docs>
|
1195 | 1199 | </Member>
|
1196 | 1200 | <Member MemberName="ToDouble">
|
|
1290 | 1294 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1291 | 1295 | </Parameters>
|
1292 | 1296 | <Docs>
|
1293 |
| - <param name="value">To be added.</param> |
1294 |
| - <summary>To be added.</summary> |
1295 |
| - <returns>To be added.</returns> |
| 1297 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 1298 | + <summary>Converts a read-only byte span into a 16-bit signed integer.</summary> |
| 1299 | + <returns>A 16-bit signed integer representing the converted bytes.</returns> |
1296 | 1300 | <remarks>To be added.</remarks>
|
| 1301 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 2.</exception> |
1297 | 1302 | </Docs>
|
1298 | 1303 | </Member>
|
1299 | 1304 | <Member MemberName="ToInt16">
|
|
1393 | 1398 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1394 | 1399 | </Parameters>
|
1395 | 1400 | <Docs>
|
1396 |
| - <param name="value">To be added.</param> |
1397 |
| - <summary>To be added.</summary> |
1398 |
| - <returns>To be added.</returns> |
| 1401 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 1402 | + <summary>Converts a read-only byte span into a 32-bit signed integer.</summary> |
| 1403 | + <returns>A 32-bit signed integer representing the converted bytes.</returns> |
1399 | 1404 | <remarks>To be added.</remarks>
|
| 1405 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 4.</exception> |
1400 | 1406 | </Docs>
|
1401 | 1407 | </Member>
|
1402 | 1408 | <Member MemberName="ToInt32">
|
|
1495 | 1501 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1496 | 1502 | </Parameters>
|
1497 | 1503 | <Docs>
|
1498 |
| - <param name="value">To be added.</param> |
1499 |
| - <summary>To be added.</summary> |
1500 |
| - <returns>To be added.</returns> |
| 1504 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 1505 | + <summary>Converts a read-only byte span into a 64-bit signed integer.</summary> |
| 1506 | + <returns>A 64-bit signed integer representing the converted bytes.</returns> |
1501 | 1507 | <remarks>To be added.</remarks>
|
| 1508 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 8.</exception> |
1502 | 1509 | </Docs>
|
1503 | 1510 | </Member>
|
1504 | 1511 | <Member MemberName="ToInt64">
|
|
1598 | 1605 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1599 | 1606 | </Parameters>
|
1600 | 1607 | <Docs>
|
1601 |
| - <param name="value">To be added.</param> |
1602 |
| - <summary>To be added.</summary> |
1603 |
| - <returns>To be added.</returns> |
| 1608 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 1609 | + <summary>Converts a read-only byte span into a double-precision floating-point value.</summary> |
| 1610 | + <returns>A double-precision floating-point value representing the converted bytes.</returns> |
1604 | 1611 | <remarks>To be added.</remarks>
|
| 1612 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than the length of a <see cref="T:System.Double" /> value.</exception> |
1605 | 1613 | </Docs>
|
1606 | 1614 | </Member>
|
1607 | 1615 | <Member MemberName="ToSingle">
|
|
1912 | 1920 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1913 | 1921 | </Parameters>
|
1914 | 1922 | <Docs>
|
1915 |
| - <param name="value">To be added.</param> |
1916 |
| - <summary>To be added.</summary> |
1917 |
| - <returns>To be added.</returns> |
| 1923 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 1924 | + <summary>Converts a read-only byte-span into a 16-bit unsigned integer.</summary> |
| 1925 | + <returns>An 16-bit unsigned integer representing the converted bytes.</returns> |
1918 | 1926 | <remarks>To be added.</remarks>
|
| 1927 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than the 2.</exception> |
1919 | 1928 | </Docs>
|
1920 | 1929 | </Member>
|
1921 | 1930 | <Member MemberName="ToUInt16">
|
|
2020 | 2029 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2021 | 2030 | </Parameters>
|
2022 | 2031 | <Docs>
|
2023 |
| - <param name="value">To be added.</param> |
2024 |
| - <summary>To be added.</summary> |
2025 |
| - <returns>To be added.</returns> |
| 2032 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 2033 | + <summary>Converts a read-only byte span into a 32-bit unsigned integer.</summary> |
| 2034 | + <returns>A 32-bit unsigned integer representing the converted bytes.</returns> |
2026 | 2035 | <remarks>To be added.</remarks>
|
| 2036 | + <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 4.</exception> |
2027 | 2037 | </Docs>
|
2028 | 2038 | </Member>
|
2029 | 2039 | <Member MemberName="ToUInt32">
|
|
2128 | 2138 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Byte>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2129 | 2139 | </Parameters>
|
2130 | 2140 | <Docs>
|
2131 |
| - <param name="value">To be added.</param> |
2132 |
| - <summary>To be added.</summary> |
2133 |
| - <returns>To be added.</returns> |
| 2141 | + <param name="value">A read-only span containing the bytes to convert.</param> |
| 2142 | + <summary>Converts bytes into an unsigned long.</summary> |
| 2143 | + <returns>A 64-bit unsigned integer representing the converted bytes.</returns> |
2134 | 2144 | <remarks>To be added.</remarks>
|
2135 | 2145 | </Docs>
|
2136 | 2146 | </Member>
|
|
2232 | 2242 | <Parameter Name="value" Type="System.Boolean" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2233 | 2243 | </Parameters>
|
2234 | 2244 | <Docs>
|
2235 |
| - <param name="destination">To be added.</param> |
2236 |
| - <param name="value">To be added.</param> |
2237 |
| - <summary>To be added.</summary> |
2238 |
| - <returns>To be added.</returns> |
| 2245 | + <param name="destination">When this method returns, the bytes representing the converted Boolean.</param> |
| 2246 | + <param name="value">The Boolean to convert.</param> |
| 2247 | + <summary>Converts a Boolean into a span of bytes.</summary> |
| 2248 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2239 | 2249 | <remarks>To be added.</remarks>
|
2240 | 2250 | </Docs>
|
2241 | 2251 | </Member>
|
|
2266 | 2276 | <Parameter Name="value" Type="System.Char" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2267 | 2277 | </Parameters>
|
2268 | 2278 | <Docs>
|
2269 |
| - <param name="destination">To be added.</param> |
2270 |
| - <param name="value">To be added.</param> |
2271 |
| - <summary>To be added.</summary> |
2272 |
| - <returns>To be added.</returns> |
| 2279 | + <param name="destination">When this method returns, the bytes representing the converted character.</param> |
| 2280 | + <param name="value">The character to convert.</param> |
| 2281 | + <summary>Converts a character into a span of bytes.</summary> |
| 2282 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2273 | 2283 | <remarks>To be added.</remarks>
|
2274 | 2284 | </Docs>
|
2275 | 2285 | </Member>
|
|
2300 | 2310 | <Parameter Name="value" Type="System.Double" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2301 | 2311 | </Parameters>
|
2302 | 2312 | <Docs>
|
2303 |
| - <param name="destination">To be added.</param> |
2304 |
| - <param name="value">To be added.</param> |
2305 |
| - <summary>To be added.</summary> |
2306 |
| - <returns>To be added.</returns> |
| 2313 | + <param name="destination">When this method returns, the bytes representing the converted double-precision floating-point value.</param> |
| 2314 | + <param name="value">The double-precision floating-point value to convert.</param> |
| 2315 | + <summary>Converts a double-precision floating-point value into a span of bytes.</summary> |
| 2316 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2307 | 2317 | <remarks>To be added.</remarks>
|
2308 | 2318 | </Docs>
|
2309 | 2319 | </Member>
|
|
2334 | 2344 | <Parameter Name="value" Type="System.Int16" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2335 | 2345 | </Parameters>
|
2336 | 2346 | <Docs>
|
2337 |
| - <param name="destination">To be added.</param> |
2338 |
| - <param name="value">To be added.</param> |
2339 |
| - <summary>To be added.</summary> |
2340 |
| - <returns>To be added.</returns> |
| 2347 | + <param name="destination">When this method returns, the bytes representing the converted 16-bit signed integer.</param> |
| 2348 | + <param name="value">The 16-bit signed integer to convert.</param> |
| 2349 | + <summary>Converts a 16-bit signed integer into a span of bytes.</summary> |
| 2350 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2341 | 2351 | <remarks>To be added.</remarks>
|
2342 | 2352 | </Docs>
|
2343 | 2353 | </Member>
|
|
2368 | 2378 | <Parameter Name="value" Type="System.Int32" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2369 | 2379 | </Parameters>
|
2370 | 2380 | <Docs>
|
2371 |
| - <param name="destination">To be added.</param> |
2372 |
| - <param name="value">To be added.</param> |
2373 |
| - <summary>To be added.</summary> |
2374 |
| - <returns>To be added.</returns> |
| 2381 | + <param name="destination">When this method returns, the bytes representing the converted 32-bit signed integer.</param> |
| 2382 | + <param name="value">The 32-bit signed integer to convert.</param> |
| 2383 | + <summary>Converts a 32-bit signed integer into a span of bytes.</summary> |
| 2384 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2375 | 2385 | <remarks>To be added.</remarks>
|
2376 | 2386 | </Docs>
|
2377 | 2387 | </Member>
|
|
2402 | 2412 | <Parameter Name="value" Type="System.Int64" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2403 | 2413 | </Parameters>
|
2404 | 2414 | <Docs>
|
2405 |
| - <param name="destination">To be added.</param> |
2406 |
| - <param name="value">To be added.</param> |
2407 |
| - <summary>To be added.</summary> |
2408 |
| - <returns>To be added.</returns> |
| 2415 | + <param name="destination">When this method returns, the bytes representing the converted 64-bit signed integer.</param> |
| 2416 | + <param name="value">The 64-bit signed integer to convert.</param> |
| 2417 | + <summary>Converts a 64-bit signed integer into a span of bytes.</summary> |
| 2418 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2409 | 2419 | <remarks>To be added.</remarks>
|
2410 | 2420 | </Docs>
|
2411 | 2421 | </Member>
|
|
2436 | 2446 | <Parameter Name="value" Type="System.Single" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2437 | 2447 | </Parameters>
|
2438 | 2448 | <Docs>
|
2439 |
| - <param name="destination">To be added.</param> |
2440 |
| - <param name="value">To be added.</param> |
2441 |
| - <summary>To be added.</summary> |
2442 |
| - <returns>To be added.</returns> |
| 2449 | + <param name="destination">When this method returns, the bytes representing the converted double-precision floating-point value.</param> |
| 2450 | + <param name="value">The double-precision floating-point value to convert.</param> |
| 2451 | + <summary>Converts a double-precision floating-point value into a span of bytes.</summary> |
| 2452 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2443 | 2453 | <remarks>To be added.</remarks>
|
2444 | 2454 | </Docs>
|
2445 | 2455 | </Member>
|
|
2475 | 2485 | <Parameter Name="value" Type="System.UInt16" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2476 | 2486 | </Parameters>
|
2477 | 2487 | <Docs>
|
2478 |
| - <param name="destination">To be added.</param> |
2479 |
| - <param name="value">To be added.</param> |
2480 |
| - <summary>To be added.</summary> |
2481 |
| - <returns>To be added.</returns> |
| 2488 | + <param name="destination">When this method returns, the bytes representing the converted unsigned 16-bit integer.</param> |
| 2489 | + <param name="value">The unsigned 16-bit integer to convert.</param> |
| 2490 | + <summary>Converts an unsigned 16-bit integer into a span of bytes.</summary> |
| 2491 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2482 | 2492 | <remarks>To be added.</remarks>
|
2483 | 2493 | </Docs>
|
2484 | 2494 | </Member>
|
|
2514 | 2524 | <Parameter Name="value" Type="System.UInt32" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2515 | 2525 | </Parameters>
|
2516 | 2526 | <Docs>
|
2517 |
| - <param name="destination">To be added.</param> |
2518 |
| - <param name="value">To be added.</param> |
2519 |
| - <summary>To be added.</summary> |
2520 |
| - <returns>To be added.</returns> |
| 2527 | + <param name="destination">When this method returns, the bytes representing the converted unsigned 32-bit integer.</param> |
| 2528 | + <param name="value">The unsigned 32-bit integer to convert.</param> |
| 2529 | + <summary>Converts a 32-bit unsigned integer into a span of bytes.</summary> |
| 2530 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2521 | 2531 | <remarks>To be added.</remarks>
|
2522 | 2532 | </Docs>
|
2523 | 2533 | </Member>
|
|
2553 | 2563 | <Parameter Name="value" Type="System.UInt64" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2554 | 2564 | </Parameters>
|
2555 | 2565 | <Docs>
|
2556 |
| - <param name="destination">To be added.</param> |
2557 |
| - <param name="value">To be added.</param> |
2558 |
| - <summary>To be added.</summary> |
2559 |
| - <returns>To be added.</returns> |
| 2566 | + <param name="destination">When this method returns, the bytes representing the converted unsigned 64-bit integer.</param> |
| 2567 | + <param name="value">The unsigned 64-bit integer to convert.</param> |
| 2568 | + <summary>Converts an unsigned 64-bit integer into a span of bytes.</summary> |
| 2569 | + <returns><see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns> |
2560 | 2570 | <remarks>To be added.</remarks>
|
2561 | 2571 | </Docs>
|
2562 | 2572 | </Member>
|
|
0 commit comments