Initializes a new instance of the SmartValue class with parameter for initializing the Kind and Value prioperties.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public SmartValue( SmartValueKind kind, double value ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ kind As SmartValueKind, _ value As Double _ ) |
Visual C++ |
---|
public: SmartValue( SmartValueKind kind, double value ) |
Parameters
- value
- Type: System..::.Double