Table of Contents

Struct MathMethodInfo

Namespace
NCalc.Helpers
Assembly
NCalc.Core.dll
public readonly struct MathMethodInfo
Inherited Members

Properties

ArgumentCount

public required int ArgumentCount { get; init; }

Property Value

int

DecimalSupport

public required bool DecimalSupport { get; init; }

Property Value

bool

MethodInfo

public required MethodInfo MethodInfo { get; init; }

Property Value

MethodInfo