ResultAttribute Constructor(Int32,Single,Nullable<Int32>,MESResultAttribute)
- Last UpdatedMar 17, 2026
- 1 minute read
Constructor for ResultAttribute
'Declaration
Public Function New( _
ByVal orderValue As Integer, _
ByVal resultValue As Single, _
ByVal actSampleSize As Nullable(Of Integer), _
ByVal mesResultAttribute As MESResultAttribute _
)
'Usage
Dim orderValue As Integer
Dim resultValue As Single
Dim actSampleSize As Nullable(Of Integer)
Dim mesResultAttribute As MESResultAttribute
Dim instance As New ResultAttribute(orderValue, resultValue, actSampleSize, mesResultAttribute)
public ResultAttribute(
int orderValue,
float resultValue,
Nullable<int> actSampleSize,
MESResultAttribute mesResultAttribute
)
Parameters
- orderValue
- Holds the order value
- resultValue
- Holds the result value
- actSampleSize
- Holds the actual sample size
- mesResultAttribute
- Holds the instance of MESResultAttribute