Finish Lecture Eval Nettoyage
This commit is contained in:
@@ -187,10 +187,10 @@ public class PopulationArgs {
|
||||
return String.format( "Année: %d, N: %d, Length: %f, Width: %f, Prevalence: %f, IC: %f, Intensity: %f, Abondance: %f, Zone: %s",
|
||||
this.year,
|
||||
this.number,
|
||||
this.length != null ? this.length.transformToDouble() : 0.0,
|
||||
this.width != null ? this.width.transformToDouble() : 0.0,
|
||||
this.prevalence != null ? this.prevalence.transformToDouble() : 0.0,
|
||||
this.ic != null ? this.ic.transformToDouble() : 0.0,
|
||||
this.length != null ? this.length.transformToDouble() : null,
|
||||
this.width != null ? this.width.transformToDouble() : null,
|
||||
this.prevalence != null ? this.prevalence.transformToDouble() : null,
|
||||
this.ic != null ? this.ic.transformToDouble() : null,
|
||||
this.intensity,
|
||||
this.abondance,
|
||||
this.zone
|
||||
|
||||
Reference in New Issue
Block a user