I'm designing an object model which needs a few constraints and I'm not sure how exactly to do what I want in C#, any help is appreciated.
Basically
Class A {...}
Class B : A {...}
Class C : B {...}
Class AGroup : Collection<A> {...}
Class BGroup : AGroup {...}
Class CGroup : BGroup {...}...
I have a conditional that takes a double variable. Basically I need the conditional to run if the variable is the value of 0.0, but not if it's nothing.
Unfortunately it seems as though the type Double, treats a value of Nothing as 0.0
Anyone know a way around this? Is there a wrapper...
I have a table of information displayed as such:
Last Month Last Quarter
Calls Meetings Calls Meetings
Series 2 1 1 6 3
Series 3 2 9 4 10
Series 1 0 0 2 12
Hopefully...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.