Search code examples
Comparing double values in C#...


c#.netdouble

Read More
what is a fractional second?...


datetimedouble

Read More
Mod with Doubles...


vbams-accessdoublemodulus

Read More
Float and double datatype in Java...


javafloating-pointdoubleieee-754

Read More
Biggest integer that can be stored in a double...


typesfloating-pointdoubleieee-754

Read More
How do I print in double precision?...


cfloating-pointdouble

Read More
Rounding a double value to x number of decimal places in swift...


swiftdoublenstimeinterval

Read More
Ensure only valid input number format in Flutter TextField...


flutterdoubletextfieldinputformatter

Read More
How to avoid "-0" as double.ToString() result after porting from .NET Framework 4.7.2 to ....


c#.netdoubletostring.net-5

Read More
Why is there no better representation for floating points than sign and magnitude?...


floating-pointdoubletwos-complement

Read More
ADF Copy activity is making double column in adx as "infinity" for 1.7976931348623157E308 ...


azure-data-factorydoublekqlinfinity

Read More
Is the maximum safe integer representable in IEEE double format 2⁵³ or 2⁵⁴?...


floating-pointdoubleieee-754

Read More
Using std::bitset for double representation...


c++doublebitset

Read More
What is the difference between using (double) versus multiplying by 1.0 when type casting an integer...


javacastingintegerdouble

Read More
Given a double value x, why (signed long long)(x) != *(signed long long *)(&x)?...


ctype-conversiondoubleformat-specifierslong-long

Read More
Difference between decimal, float and double in .NET?...


.netfloating-pointdoubledecimal

Read More
Limiting double to 3 decimal places...


c#doubletruncate

Read More
Convert Currency amount to cents without going through floating point...


delphidouble

Read More
Preventing double.Parse from removing trailing zeros after decimal place?...


c#doublesignificant-digits

Read More
Division in c# not going the way I expect...


c#doublescale

Read More
Reading doubles (numbers) in and out of Excel cells...


excelvbatextboxdouble

Read More
What's the best way to compare Double and Int?...


c#doubleintequals

Read More
Double.MinValue, MaxValue Bad Compile Time Constant -- mscorlib...


c#.netdouble

Read More
Round Issue in swift...


iosswiftdoublerounding

Read More
Round up double to 2 decimal places...


swiftdouble

Read More
Double multiplied with int has become less accurate in .NET Core...


.net.net-corefloating-pointdoubleprecision

Read More
IEqualityComparer<double> with a tolerance; how to implement GetHashCode?...


.netdoublehashcodeiequalitycomparerepsilon

Read More
How to use double pointers (pointer to pointer) for an array of structures properly in standard C?...


cpointersstructdoublestructure

Read More
c++ rounding of numbers away from zero...


c++doublerounding

Read More
Precision issues when converting double to float...


javafloating-pointdouble

Read More
BackNext