#Java don't let me to use isEmpty

4 messages · Page 1 of 1 (latest)

manic mauve
#

I declared a OptionalDouble as a marix, and I can't to use a if with isEmpty for this:

if (polEXP_Lim[f][c].isEmpty()){

}

All of this obviously inside of two for's

Marks me the error in isEmpty.

A way to solve it or an alternative to isEmpty?

mint crownBOT
#

This post has been reserved for your question.

Hey @manic mauve! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

mint crownBOT