You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
I have a class property that I retrieve as a vector of double. If in DB, one of the array value is set to
NaN (or nan), the DbDatum class extractor method convert the NaN to zero and idem for all the values
in the array after the NaN.
I guess the same is true for other kind of properties (device)
The text was updated successfully, but these errors were encountered:
I have a class property that I retrieve as a vector of double. If in DB, one of the array value is set to
NaN (or nan), the DbDatum class extractor method convert the NaN to zero and idem for all the values
in the array after the NaN.
I guess the same is true for other kind of properties (device)
The text was updated successfully, but these errors were encountered: