You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Structs, Records, Enums
>
Dew.Math.TSimpleType Enumeration
Dew Math for .NET
Dew.Math.TSimpleType Enumeration
Structs, Records, Enums
Collapse All
Syntax
C#
Visual Basic
public
enum
TSimpleType
:
uint
{
stUndefined
,
stInt8
,
stInt16
,
stInt32
,
stInt64
,
stUInt8
,
stUInt16
,
stUInt32
,
stUInt64
,
stFloat
,
stDouble
,
stFloatComplex
,
stDoubleComplex
,
stBoolean
,
stString
}
Public
Enum
TSimpleType
Inherits
uint
stUndefined
stInt8
stInt16
stInt32
stInt64
stUInt8
stUInt16
stUInt32
stUInt64
stFloat
stDouble
stFloatComplex
stDoubleComplex
stBoolean
stString
End Enum
File
MtxParseClass.cs
Description
This is record Dew.Math.TSimpleType.
Group
Structs, Records, Enums
Links
Structs, Records, Enums
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!