VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ComplexNumber Structure / Log Methods / Log(ComplexNumber,Double) Method
Syntax Requirements SeeAlso
In This Topic
    Log(ComplexNumber,Double) Method (ComplexNumber)
    In This Topic
    Calculates logarithm of the complex number value to the base of a double.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Log( _
    ByVal value
    Complex value.
    As ComplexNumber, _
    ByVal baseValue
    Base of logarithm.
    As Double _
    ) As ComplexNumber

    Parameters

    value
    Complex value.
    baseValue
    Base of logarithm.

    Return Value

    Result complex value.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also