ILNumerics Ultimate VS

complex  Conversion (complex to Int16)

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 short (
	complex a
)

Parameters

a
Type: ILNumericscomplex
Complex value to cast

Return Value

Type: Int16
Number with the real part of a
Remarks

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

[ILNumerics Core Module]

See Also

Reference