Value
Scripting with the Value struct.
The Value
struct represents a numeric value for a Currency.
Fields & Properties
Name
Description
Type
Access
DecimalValue
The decimal value.
decimal
public
integerValue
The integer value.
int
public
floatValue
The float value.
float
public
decimalValueAsString
The decimal value represented as a string.
string
private
Creating a Value
Last updated