public int Factor {get; set;}
'Declaration Public Property Factor As Integer
'Usage Dim instance As MathematicalFunctionCommand Dim value As Integer instance.Factor = value value = instance.Factor
public int Factor {get; set;}
get_Factor();
set_Factor(value);
if the Type property is set to: | then the Factor property will be divided by: | |
---|---|---|
Square | 10000 internally | |
Logarithm | 10 internally | |
Square Root | 10 internally | |
Sine | 100 internally | |
Cosine | 100 internally |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2