python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Specify comma as decimal separator in all outputs (SAS 9.4)
My data has '.' as decimal separator, but that's not the problem for me.
I want all outputs in SAS to use comma as decimal separator, and use dot as 3-digit separator, but I don't find a global optio...
carolina pecaibes
Votes: 0
Answers: 1
how to control decimal point in SAS output dataset?
I am new to SAS programming and I trying to work on proc means statement.
For controlling my decimal value in the output I have used maxdec option however when I tried to assign a new dataset to the o...
Hari Chandana Bollimpalli
Votes: 0
Answers: 1
How do I compare a value to a decimal using a comma separator?
I have some decimal input from my DataGridView; let's say 4,3.
I want to compare if it is between 3,5 and 4,4.
How should I write the numbers 3,5 and 4,4 in my code?
With my current attempt, I get som...
Helen Tekie
Votes: 0
Answers: 1
Decimal point of a float
I am still quite new in the C++ business.
I want to output a float number with only one decimal number.
At first I thought it would work with Modulo (%), but I quickly discarded this. Then I wanted to...
T K
Votes: 0
Answers: 3