Click or drag to resize

Complex Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Internal.tainicom.Aether.Physics2D.CommonComplex

Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct Complex

The Complex type exposes the following members.

Constructors
 NameDescription
Public methodComplexInitializes a new instance of the Complex class
Top
Properties
 NameDescription
Public propertyStatic memberImaginaryOne 
Public propertyMagnitude 
Public propertyStatic memberOne 
Public propertyPhase 
Top
Methods
Fields
 NameDescription
Public fieldImaginary 
Public fieldReal 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also