StoreIsUnderVectorization Property
Determines whether current action performed in the scope of vectorization process or not.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool IsUnderVectorization { get; set; }
Public Property IsUnderVectorization As Boolean
Get
Set
public:
virtual property bool IsUnderVectorization {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsUnderVectorization : bool with get, set
override IsUnderVectorization : bool with get, set
BooleanIEvaluationActionContextIsUnderVectorization