EasyObject::IsFloatFeature

Tests whether a given feature is associated with floating-point values.

Namespace: Euresys::Open_eVision

[C++]

bool IsFloatFeature(
   Euresys::Open_eVision::EFeature feature
)

Parameters

feature

The feature.

Remarks

Most features are floating-point. The exceptions are listed in these functions: EasyObject::IsUnsignedIntegerFeature and EasyObject::IsIntegerFeature.

EasyObject.IsFloatFeature

Tests whether a given feature is associated with floating-point values.

Namespace: Euresys.Open_eVision

[C#]

bool IsFloatFeature(
   Euresys.Open_eVision.EFeature feature
)

Parameters

feature

The feature.

Remarks

Most features are floating-point. The exceptions are listed in these functions: EasyObject::IsUnsignedIntegerFeature and EasyObject::IsIntegerFeature.