Header menu logo ARCTokenization

CvParamExtensions Module

Type extensions

Type extension Description

CvBase.isCvParam cv

Full Usage: CvBase.isCvParam cv

Parameters:
Returns: bool

Returns true, if the given value item can be downcast to CvParam

Extended Type: CvBase

cv : ICvBase
Returns: bool

ParamBase.tryCvParam cv

Full Usage: ParamBase.tryCvParam cv

Parameters:
Returns: CvParam option

Returns Some Param if the given value item can be downcast, else returns None

Extended Type: ParamBase

cv : IParamBase
Returns: CvParam option

Param.tryCvParam cv

Full Usage: Param.tryCvParam cv

Parameters:
Returns: CvParam option

Returns Some Param if the given param item can be downcast, else returns None

Extended Type: Param

cv : IParam
Returns: CvParam option

CvBase.tryCvParam cv

Full Usage: CvBase.tryCvParam cv

Parameters:
Returns: CvParam option

Returns Some Param if the given cv item can be downcast, else returns None

Extended Type: CvBase

cv : ICvBase
Returns: CvParam option

Type something to start searching.