Buongiorno. Qualcuno gentilmente mi può dire cosa significa questa istruzione?
if (arrayRaw.Length % 7 != 0) {
throw new Exception("Error");
}
Grazie mille
Pep
 
			
			Buongiorno. Qualcuno gentilmente mi può dire cosa significa questa istruzione?
if (arrayRaw.Length % 7 != 0) {
throw new Exception("Error");
}
Grazie mille
Pep
Linguaggio? Contesto?
Hai letto il Regolamento?
MARCO BREVEGLIERI
Software and Web Developer, Teacher and Consultant
Home | Blog | Delphi Podcast | Twitch | Altro...
 
			
			Significa che il numero di elementi della array deve essere un multiplo di 7, se non lo è va in Exception.
Grazie lo stesso
MARCO BREVEGLIERI
Software and Web Developer, Teacher and Consultant
Home | Blog | Delphi Podcast | Twitch | Altro...