ILNumerics Ultimate VS

complex  Conversion (complex to Byte)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Cast value from complex number

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static explicit operator byte (
	complex a
)

Parameters

a
Type: ILNumericscomplex
Complex value to cast

Return Value

Type: Byte
Number with the real part of a
Remarks

The return value is the result of a cast to Byte.

[ILNumerics Core Module]

See Also

Reference