Function epics::pvData::ScalarTypeFunc::isUInteger

Function Documentation

bool epics::pvData::ScalarTypeFunc::isUInteger(ScalarType type)

Is the type an unsigned integer, i.e. is it one of ubyte,…ulong

Parameters

scalarType – The type.

Returns

(false,true) if the scalarType is an integer.