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

Ewdlop patch 30 refactor numeric types to use system.double consistently #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ewdlop
Copy link
Owner

@ewdlop ewdlop commented Mar 14, 2025

#37

ewdlop added 2 commits March 13, 2025 19:26
Updated various classes and methods to replace "double" with "System.Double" for consistency across the codebase.
Key changes include:
- Converted `BloomFilter`, `FuzzySet`, `Point`, `QuadTreeNode`, `RTree`, and `Rectangle` to use `System.Double`.
- Modified methods in `ReadOnlyMemoryExtensions.cs` to return `System.Double`.
- Updated `ControlFlowTests` comments for clarity.
- Introduced new `Quarternion`, `QuarternionBase`, and `ValueQuarternion` types utilizing `System.Double`.
- Adjusted `SkipList` to use `NextSystem.Double()` for random number generation.
Corrected method call from NextSystem.Double() to NextDouble()
to ensure proper random double value generation in the
RandomLevel method.
@ewdlop ewdlop self-assigned this Mar 14, 2025
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.

1 participant