TargetArchsHasEqualOrGreater Method |
http://www.emgu.com
Check if the GPU module is targeted for equal or greater device version
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static bool HasEqualOrGreater(
int major,
int minor
)
Public Shared Function HasEqualOrGreater (
major As Integer,
minor As Integer
) As Boolean
public:
static bool HasEqualOrGreater(
int major,
int minor
)
static member HasEqualOrGreater :
major : int *
minor : int -> bool
Parameters
- major
- Type: SystemInt32
The major version - minor
- Type: SystemInt32
The minor version
Return Value
Type:
BooleanTrue if the GPU module is targeted for equal or greater device version.
See Also