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

    Parameters

    value
    The BigInteger 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