GeneticMulticoreOptimizer.Mutation Property

[Category(CATEGORY_FUNC)] 
[TypeConverter(typeof(MutationTypeConverter))] 
public IGeneticMutation Mutation {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_FUNC)] 
[TypeConverter(typeof(MutationTypeConverter))] 
public:  
property IGeneticMutation^ Mutation { 
IGeneticMutation^ get( ); 
void set( 
IGeneticMutation^ value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_FUNC) 
TypeConverter(typeof(MutationTypeConverter)) 
function get Mutation() : IGeneticMutation
public  
Category(CATEGORY_FUNC) 
TypeConverter(typeof(MutationTypeConverter)) 
function set Mutation(value : IGeneticMutation);
This language is not supported or no code example is available.

Property Value

IGeneticMutation

In this article

Definition