SbDataType Structure |
Namespace: OIV.Inventor
The SbDataType type exposes the following members.
Name | Description | |
---|---|---|
SbDataType(String) | Obsolete.
Constructor from a string.
Valid strings are the SbDataTypeDataTypes enum's names.
| |
SbDataType(SbDataTypeDataTypes) |
Constructor given a SbDataTypeDataTypes value.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetString |
Return the string representation. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
(SbDataType to UInt32) |
Implicit cast operator to unsigned integer.
|
Name | Description | |
---|---|---|
IsInteger |
Gets a flag indicating if the type is an integer type.
| |
IsSigned |
Gets a flag indicating if the type is signed.
| |
NumBits |
Gets the number of bits in the type.
| |
Size |
Gets the size in byte of the type.
| |
SystemType |
Gets the system type associated to the data type.
| |
Type |
Gets the data type.
|