Maximum Constructor (String, String, BaseNode, BaseNode)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of Maximum where the values of x and y are both channels.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ Name As String, _ Description As String, _ XValue As BaseNode, _ YValue As BaseNode _ ) |
| C# |
|---|
public Maximum( string Name, string Description, BaseNode XValue, BaseNode YValue ) |
| Visual C++ |
|---|
public: Maximum( String^ Name, String^ Description, BaseNode^ XValue, BaseNode^ YValue ) |
Parameters
- Name
- Type: System.String
The name of the calculated channel.
- Description
- Type: System.String
The description of the calculated channel.
- XValue
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to be compared.
- YValue
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel value to which x is compared.