public float AlphaFactor {get; set;}
'Declaration
Public Property AlphaFactor As Single
'Usage
Dim instance As CLAHECommand
Dim value As Single
instance.AlphaFactor = value
value = instance.AlphaFactor
public float AlphaFactor {get; set;}
@property (nonatomic, assign) float alphaFactor
public void setAlphaFactor(float value)
public float getAlphaFactor()
<br/>get_AlphaFactor();<br/>set_AlphaFactor(value);<br/>Object.defineProperty('AlphaFactor');
public:
property float AlphaFactor {
float get();
void set ( float value);
}
Property Value
Real scalar between 0 and 1. If using the ApplySigmoidDistribution flag this value ranges from 0 to 5.