EnumTEnumIsSingleFlag Method

Overload List

IsSingleFlag(TEnum) Gets whether only a single bit is set in value. It is not checked, whether this flag is defined in TEnum.
IsSingleFlag(Int64) Gets whether only a single bit is set in value. It is not checked, whether this flag is defined in TEnum.
IsSingleFlag(UInt64) Gets whether only a single bit is set in value. It is not checked, whether this flag is defined in TEnum.

See Also