Table of Contents

Interface IFixedPointType

Namespace
PureHDF
Assembly
PureHDF.dll

The fixed-point data type.

public interface IFixedPointType

Properties

IsSigned

Gets a boolean which indicates if the data type is signed.

bool IsSigned { get; }

Property Value

bool