QuickOPC User's Guide and Reference
Implicit Type Conversion(UAReadParameters,Double) Operator



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAReadParameters Class > Implicit Type Conversion Operator : Implicit Type Conversion(UAReadParameters,Double) Operator
Determines the age of value you would like to obtain (in milliseconds).
Converts a maximum age (in milliseconds) to a UAReadParameters object.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal maximumAge As Double _
) As UAReadParameters
'Usage
 
[NotNull()]
public UAReadParameters operator implicit( 
   double maximumAge
)
[NotNull()]
public:
operator UAReadParameters^ ( 
   double maximumAge
)

Parameters

maximumAge
Determines the age of value you would like to obtain (in milliseconds).

Return Value

Returns a UAReadParameters object converted from the input argument.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also