ParameterizedEvaluatorWithIntervals1TParameter1, TResult, TResultOverIntervalsSetValues Method  | 
 
            Sets the values of each parameter for this parameterized evaluator.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void SetValues(
	TParameter1 parameter1
)
Public Sub SetValues ( 
	parameter1 As TParameter1
)
public:
void SetValues(
	TParameter1 parameter1
)
member SetValues : 
        parameter1 : 'TParameter1 -> unit 
Parameters
- parameter1
 - Type: TParameter1
The value of the first parameter. 
See Also