Søg i ofte stillede spørgsmål
{"searchBar":{"inputPlaceholder":"Søg efter nøgleord, eller stil et spørgsmål","searchBtn":"Søg","error":"Indtast et nøgleord for at søge"}}
Hvordan ændrer man på antal cifre efter decimaladskiller i Real værdier, når man anvender Visualization i SoMachine?
Character after "%" | Argument/Output as |
---|---|
d, i | Decimal number |
b | Binary number |
o | Unsigned octal number (without leading zerol) |
x | Unsigned hexadecimal number (without leading 0x) |
u | Unsigned decimal number |
c | Single character |
s | String: this location in online mode will be replaced by the value of the variable which is specified in the 'Text variables' property 'Text variable'. |
f | REAL values Syntax: %|<alignment><minimal width><accuracy>] The alignment is defined by a minus-sign (left aligned) or a plus-sign (right aligned, default); accuracy defines the number of places behind the comma (default: 6); see example below. |
Var det nyttigt?