You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TSCplx Structure
Dew Math for .NET
TSCplx Structure
TSCplx Fields
TSCplx Methods
TSCplx Operators
TSCplx Properties
TSCplx Members
Classes
Collapse All
Default complex number type used by
Math387
.
Syntax
C#
Visual Basic
public
struct
TSCplx
: IComparable, IConvertible {
public
float
Re
;
public
float
Im
; }
Public
Structure
TSCplx
Inherits
IComparable
Inherits
IConvertible
Public
Re
As
float
Public
Im
As
float
End Structure
File
Math387.cs
Remarks
Default complex number type used by
Math387
.
Group
Classes
Links
TSCplx Fields
,
TSCplx Methods
,
TSCplx Operators
,
TSCplx Properties
,
TSCplx Members
,
Classes
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!