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

Write the documents #36

Merged
merged 6 commits into from
Dec 7, 2024
Merged

Write the documents #36

merged 6 commits into from
Dec 7, 2024

Conversation

AutumnSky1010
Copy link
Owner

close #35

@AutumnSky1010 AutumnSky1010 added documentation Improvements or additions to documentation Ver 3.0.x labels Dec 7, 2024
@AutumnSky1010 AutumnSky1010 self-assigned this Dec 7, 2024
@AutumnSky1010 AutumnSky1010 linked an issue Dec 7, 2024 that may be closed by this pull request
Comment on lines -57 to +58
result[quarterCount] = short.MaxValue;
result[halfCount + quarterCount + midOffsetFromHalfCount] = short.MinValue;
result[quarterCount] = (short)(short.MaxValue * volumeMagnification);
result[halfCount + quarterCount + midOffsetFromHalfCount] = (short)(short.MinValue * volumeMagnification);
Copy link
Owner Author

Choose a reason for hiding this comment

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

リリース前にはない新規バグを発見したので修正

@AutumnSky1010 AutumnSky1010 merged commit 5dca76d into master Dec 7, 2024
1 check passed
@AutumnSky1010 AutumnSky1010 deleted the prepare/#35 branch December 7, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Ver 3.0.x
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Write the document for ver 3.0.0
1 participant