Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mr mask #82

Merged
merged 10 commits into from
Mar 6, 2021
Merged

Mr mask #82

merged 10 commits into from
Mar 6, 2021

Conversation

TwinkmrMask
Copy link
Member

let's try it

@TwinkmrMask TwinkmrMask self-assigned this Mar 6, 2021
@TwinkmrMask TwinkmrMask linked an issue Mar 6, 2021 that may be closed by this pull request
@TwinkmrMask TwinkmrMask linked an issue Mar 6, 2021 that may be closed by this pull request
9 tasks
Copy link
Member

@Konard Konard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This way it is better.

csharp/Platform.Numbers/Arithmetic[T].cs Show resolved Hide resolved
@@ -9,50 +9,50 @@
namespace Platform.Numbers
{
/// <summary>
/// <para>.</para>
/// <para>.</para>
/// <para>Represents a set of compiled bit operation delegates.</para>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

operations

/// </summary>
public static class Bit<T>
{
/// <summary>
/// <para>.</para>
/// <para>.</para>
/// <para>A read-only field that represents a delegate of the function of the bitwise inversion of a number.</para>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delegate of the function of the bitwise inversionbitwise inversion function delegate

Copy link
Member

@Konard Konard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final touches.

/// </summary>
public static readonly Func<T, T, T> And = CompileAndDelegate();

/// <summary>
/// <para>.</para>
/// <para>.</para>
/// <para>A read-only field that represents a bitwise shifting a number to the left function delegate.</para>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shifting a number to the leftleft shift

/// </summary>
public static readonly Func<T, int, T> ShiftLeft = CompileShiftLeftDelegate();

/// <summary>
/// <para>.</para>
/// <para>.</para>
/// <para>A read-only field that represents a bitwise shifting a number to the right function delegate.</para>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shifting a number to the rightright shift

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right shift number, maybe?

/// <para>.</para>
/// <para>.</para>
/// <para>A read-only field that represents a partial number rewrite function delegate.</para>
/// <para>Поле только для чтения, представляющее делегат функции частичной перезаписи числа.</para>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

функции частичной побитовой записи

@Konard Konard merged commit f5087b4 into master Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add comments on public classes and methods
2 participants