Search
Setup for Free
C
C#
•
4y ago
Saleem
is it possible to make a static with 3 different variables (double, string, bool)
double oldNumber = -0; string active = "off"; bool Activet = false;
double oldNumber = -0; string active = "off"; bool Activet = false;
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,134
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
double
oldNumber
=
-
0
;
string active
=
"off"
;
bool
Activet
=
false
;
double
oldNumber
=
-
0
;
string active
=
"off"
;
bool
Activet
=
false
;
Similar Threads
Is it possible to subtract a character from a string?
C
C# / help
4y ago
✅ Adding a string to a double and then outputting it as a string
C
C# / help
2y ago
✅ Is it possible to Parse a string and identify it's type?
C
C# / help
15mo ago
Is it possible to access windows objects in a static method?
C
C# / help
2y ago