Show / Hide Table of Contents

Class H5DataType.FixedPointType

The fixed-point data type.

Inheritance
System.Object
H5DataType.FixedPointType
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public class FixedPointType : object

Properties

| Improve this Doc View Source

IsSigned

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

Declaration
public bool IsSigned { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms