Table of Contents

Method GetIsSupported

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GetIsSupported(bool)

Gets it is support the run (取得它是否支持运行).

public static bool GetIsSupported(bool noStrict = false)

Parameters

noStrict bool

No strict check(不严格检查). When it is true, it will allow for incomplete matches, but the ability to run (当它为true时, 会允许不完全匹配, 但能够运行的)

Returns

bool

Returns true if the runtime is supported, false otherwise (当支持运行时返回 true, 否则返回 false).