IFixedSizeType interface | QSYS API Reference Guide

Declares the basic functionality of a fixed-size generic type.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Extends: IFixedSizeType, IComparable

Properties

Type Name Description
T Value Returns the value of type T.

Methods

Signature Description
Convert(T) Convert the value to FixedSize of a particular type.

IFixedSizeType<T> Convert(T value)

Convert the value to FixedSize of a particular type.

IFixedSizeType<T> Convert(T value)

Parameters

Type Parameter name Description
T value Input value.

Returns

Type Description
IFixedSizeType`1 The new FixedSize of type, converted value.