Java konvertieren Doppel in Boolesche

boolean bool = doubleVar >= 0.5;
//Returns double parsed to boolean
Armandres