Support Board
Date/Time: Mon, 23 Jun 2025 19:24:40 +0000
Post From: Sierra should allow ability to treat +/- FLT_MAX like it does sc.Subgraph[].DrawZeros=0
[2022-02-12 22:09:50] |
1+1=10 - Posts: 270 |
Cool use of ‘%’ and switches. One thing that does lend credence to the idea is SC actually uses a similar design pattern in their DTC protocol — link below quote: In the case of DTC Binary encoding for messages, where message fields are optional, which are not set by either a Client or Server before sending a message, where that field is a numeric type, and where the default value of zero can be interpreted as a valid value, then DTC requires the field be set to its maximum value. The field description will specify this if it applies to that particular field. Otherwise, it does not. In the case of a double, this will be DBL_MAX. DTC Messages and Procedures: Indication of Unset Message Fields I think we can all agree that DBL_MAX / FLT_MAX is at least as natural as 0.0 to indicate the absence of a value in a real—life financial time series. Date Time Of Last Edit: 2022-02-12 23:42:36
|