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