Returns the value of the option with the specified name.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract T GetOption<T>(
string name
)
Public MustOverride Function GetOption(Of T) (
name As String
) As T
public:
generic<typename T>
virtual T GetOption(
String^ name
) abstract
abstract GetOption :
name : string -> 'T
Parameters
- name
- Type: SystemString
The name of the option.
Type Parameters
- T
- The type of the option.
Return Value
Type:
TThe value of the option named
name.
Reference