Sets 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 void SetOption<T>(
string name,
T value
)
Public MustOverride Sub SetOption(Of T) (
name As String,
value As T
)
public:
generic<typename T>
virtual void SetOption(
String^ name,
T value
) abstract
abstract SetOption :
name : string *
value : 'T -> unit
Parameters
- name
- Type: SystemString
The name of the option. - value
- Type: T
The new value for the option.
Type Parameters
- T
- The type of the option.
Reference