-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
I've seen an issue where a cast from double to decimal causes an exception. Need to fix mavparam to remove all decimals
An int32 can be 100% represented by a double. So replace decimal with double. Only issue is with float rounding. So needs to be considered
Ie decimal.maxvalue < float.maxvalue
Metadata
Metadata
Assignees
Labels
No labels