You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Structs, Records, Enums > Dew.Math.Tee.ComplexSignalPart Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.Tee.ComplexSignalPart Enumeration

Defines which part of the complex signal will be displayed on the chart.

Syntax
C#
Visual Basic
public enum ComplexSignalPart : byte { cspReal, cspImaginary, cspMagnitude }

MtxVecTee.cs

Members 
Description 
cspReal 
The real part of the signal will be drawn.  
cspImaginary 
The imaginary part of the signal will be drawn.  
cspMagnitude 
The magnitude |x| of the signal will be drawn.  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!