File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sbe-tool/src/main/java/uk/co/real_logic/sbe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public enum Representation
197
197
/**
198
198
* Maximum value representation for a single precision 32-bit floating point type.
199
199
*/
200
- public static final float MIN_VALUE_FLOAT = Float .MIN_VALUE ;
200
+ public static final float MIN_VALUE_FLOAT = - Float .MAX_VALUE ;
201
201
202
202
/**
203
203
* Maximum value representation for a single precision 32-bit floating point type.
@@ -212,7 +212,7 @@ public enum Representation
212
212
/**
213
213
* Minimum value representation for a double precision 64-bit floating point type.
214
214
*/
215
- public static final double MIN_VALUE_DOUBLE = Double .MIN_VALUE ;
215
+ public static final double MIN_VALUE_DOUBLE = - Double .MAX_VALUE ;
216
216
217
217
/**
218
218
* Maximum value representation for a double precision 64-bit floating point type.
You can’t perform that action at this time.
0 commit comments