ResultAttribute Constructor(Int32,Single)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor for ResultAttribute
'Declaration
Public Function New( _
ByVal orderValue As Integer, _
ByVal resultValue As Single _
)
'Usage
Dim orderValue As Integer
Dim resultValue As Single
Dim instance As New ResultAttribute(orderValue, resultValue)
public ResultAttribute(
int orderValue,
float resultValue
)
Parameters
- orderValue
- resultValue