Interface ICodeParametersOfCLDCommandFloatIndexer
An indexer, which allows to get the value of the parameter of CLData command by its numerical code in the form of floating point number.
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface ICodeParametersOfCLDCommandFloatIndexer
Properties
this[int]
Returns the value of the parameter by its numerical code.
Declaration
double this[int paramCode] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | paramCode | Unique numerical code which defines the kind of parameter. |
Property Value
Type | Description |
---|---|
double | Returns the value of the parameter in the form of floating point number. It shows an error in logs if the parameter with a given code does not present in the list. |