RealtimeDataSimulator.DecimalDigits Property

[Category(CATEGORY_SETTINGS)] 
[DefaultValue(DEFAULT_DECIMAL_DIGITS)] 
public int DecimalDigits {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_SETTINGS)] 
[DefaultValue(DEFAULT_DECIMAL_DIGITS)] 
public:  
property int DecimalDigits { 
int get( ); 
void set( 
int value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_SETTINGS) 
DefaultValue(DEFAULT_DECIMAL_DIGITS) 
function get DecimalDigits() : int
public  
Category(CATEGORY_SETTINGS) 
DefaultValue(DEFAULT_DECIMAL_DIGITS) 
function set DecimalDigits(value : int);
This language is not supported or no code example is available.

Property Value

int

In this article

Definition