We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ae446 commit cad806cCopy full SHA for cad806c
Microsoft.Toolkit.HighPerformance/Helpers/Internals/RuntimeHelpers.cs
@@ -24,8 +24,7 @@ namespace Microsoft.Toolkit.HighPerformance.Helpers.Internals
24
internal static class RuntimeHelpers
25
{
26
/// <summary>
27
- /// Converts a length of items from one size to another. This method exposes the logic from
28
- /// <see cref="MemoryMarshal.Cast{TFrom,TTo}(Span{TFrom})"/>, just for the length conversion.
+ /// Converts a length of items from one size to another (rounding towards zero).
29
/// </summary>
30
/// <typeparam name="TFrom">The source type of items.</typeparam>
31
/// <typeparam name="TTo">The target type of items.</typeparam>
0 commit comments