Hello everybody,

when setting a double value to a data node by using

double value = 0.93613905055983615;
data_node->SetDoubleProperty(KEY, value);

and retrieving that value back again by...

data_node->GetDoubleProperty(KEY, value);

the content of value is different: value == 0.93613904714584351

This is actually not what I would expect. Is there a reason for that
weird behavior?

Thanks,

Michael
------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to