NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Complex32,Byte) Operator
The byte value to convert.
In This Topic
    Implicit Type Conversion(Complex32,Byte) Operator
    In This Topic
    Implicit conversion of a real byte to a Complex32.
    Syntax
    public Complex32 operator implicit( 
       System.byte value
    )

    Parameters

    value
    The byte value to convert.

    Return Value

    The result of the conversion.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also