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; }
The fixed-point data type.
public interface IFixedPointType
Gets a boolean which indicates if the data type is signed.
bool IsSigned { get; }