Skip to main content

ISignedIntegerAssertions

Short summary

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

properties

AccessAbstractFinalExtendsImplements
-NoNo__SYSTEM.IQueryInterface-

UML Diagram

Properties

double

Type: IDintAssertions

Returns the interface IDintAssertions with assert statements for signed 32 bit integers

long

Type: ILintAssertions

Returns the interface ILintAssertions with assert statements for signed 64 bit integers

short

Type: ISintAssertions

Returns the interface ISintAssertions with assert statements for signed 8 bit integers

simple

Type: IIntAssertions

Returns the interface IIntAssertions with assert statements for signed 16 bit integers

x

Type: IXintAssertions

Returns the interface IXintAssertions with assert statements for signed integers register length

Code

Declaration

INTERFACE ISignedIntegerAssertions EXTENDS __SYSTEM.IQueryInterface