Skip to main content

IUnsignedIntegerAssertions

Short summary

This interface provides assert statements for unsigned integers from 8~64 bit length For 8 bit intgers use IUnsignedIntegerAssertions.short For 16 bit intgers use IUnsignedIntegerAssertions.simple For 32 bit intgers use IUnsignedIntegerAssertions.double For 64 bit intgers use IUnsignedIntegerAssertions.long For integers in register length use IUnsignedIntegerAssertions.x

properties

AccessAbstractFinalExtendsImplements
-NoNo__SYSTEM.IQueryInterface-

UML Diagram

Properties

double

Type: IUdintAssertions

Returns the interface IUdintAssertions with assert statements for unsigned 32 bit integers

long

Type: IUlintAssertions

Returns the interface IUlintAssertions with assert statements for unsigned 64 bit integers

short

Type: IUsintAssertions

Returns the interface IUsintAssertions with assert statements for unsigned 8 bit integers

simple

Type: IUintAssertions

Returns the interface IUintAssertions with assert statements for unsigned 16 bit integers

x

Type: IUxintAssertions

Returns the interface IUxintAssertions with assert statements for unsigned integers register length

Code

Declaration

INTERFACE IUnsignedIntegerAssertions EXTENDS __SYSTEM.IQueryInterface