-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement Interfaces #1
Comments
But it is structure not a class. |
Ok. In that case you might want to look at implementing |
Some conversions are not possible e.g conversion to char or DateTime. |
Implemented over IComparable, IComparable(Of Fraction), IEquatable(Of Fraction). |
Make fraction inherit from https://msdn.microsoft.com/en-us/library/system.valuetype(v=vs.110).aspx ValueType.
Get rid of shadows and override ToString.
The text was updated successfully, but these errors were encountered: