FreeImage.NET Class Library Reference
FICOMPLEX Structure |
The FICOMPLEX structure describes a color consisting of a real and an imaginary part.
Each part is using 4 bytes of data.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute] public struct FICOMPLEX : IComparable, IComparable<FICOMPLEX>, IEquatable<FICOMPLEX>
The FICOMPLEX type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance with a specified Object.
| |
CompareTo(FICOMPLEX) |
Compares this instance with a specified FICOMPLEX object.
| |
Equals(Object) |
Tests whether the specified object is a FICOMPLEX structure
and is equivalent to this FICOMPLEX structure.
(Overrides ValueTypeEquals(Object).) | |
Equals(FICOMPLEX) |
Tests whether the specified FICOMPLEX structure is equivalent to this FICOMPLEX structure.
| |
GetHashCode |
Returns a hash code for this FICOMPLEX structure.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
Equality |
Tests whether two specified FICOMPLEX structures are equivalent.
| |
Inequality |
Tests whether two specified FICOMPLEX structures are different.
|
Fields
See Also