-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
There was a problem hiding this 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/Bit[T].cs
Outdated
@@ -9,50 +9,50 @@ | |||
namespace Platform.Numbers | |||
{ | |||
/// <summary> | |||
/// <para>.</para> | |||
/// <para>.</para> | |||
/// <para>Represents a set of compiled bit operation delegates.</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
operations
csharp/Platform.Numbers/Bit[T].cs
Outdated
/// </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> |
There was a problem hiding this comment.
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 inversion
⇾ bitwise inversion function delegate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final touches.
csharp/Platform.Numbers/Bit[T].cs
Outdated
/// </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> |
There was a problem hiding this comment.
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 left
⇾ left shift
csharp/Platform.Numbers/Bit[T].cs
Outdated
/// </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> |
There was a problem hiding this comment.
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 right
⇾ right shift
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right shift number, maybe?
csharp/Platform.Numbers/Bit[T].cs
Outdated
/// <para>.</para> | ||
/// <para>.</para> | ||
/// <para>A read-only field that represents a partial number rewrite function delegate.</para> | ||
/// <para>Поле только для чтения, представляющее делегат функции частичной перезаписи числа.</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
функции частичной побитовой записи
let's try it