Class ParsedExpressionNumberParser
- Namespace
- LfrlAnvil.Computable.Expressions.Internal
- Assembly
- LfrlAnvil.Computable.Expressions.dll
Creates instances of IParsedExpressionNumberParser type.
public static class ParsedExpressionNumberParser- Inheritance
- 
      
      ParsedExpressionNumberParser
- Inherited Members
Methods
CreateDefaultBigInteger(ParsedExpressionFactoryInternalConfiguration)
Creates a new IParsedExpressionNumberParser instance for BigInteger type.
[Pure]
public static IParsedExpressionNumberParser CreateDefaultBigInteger(ParsedExpressionFactoryInternalConfiguration configuration)Parameters
- configurationParsedExpressionFactoryInternalConfiguration
- Underlying configuration. 
Returns
- IParsedExpressionNumberParser
- New IParsedExpressionNumberParser instance. 
CreateDefaultDecimal(ParsedExpressionFactoryInternalConfiguration)
Creates a new IParsedExpressionNumberParser instance for decimal type.
[Pure]
public static IParsedExpressionNumberParser CreateDefaultDecimal(ParsedExpressionFactoryInternalConfiguration configuration)Parameters
- configurationParsedExpressionFactoryInternalConfiguration
- Underlying configuration. 
Returns
- IParsedExpressionNumberParser
- New IParsedExpressionNumberParser instance. 
CreateDefaultDouble(ParsedExpressionFactoryInternalConfiguration)
Creates a new IParsedExpressionNumberParser instance for double type.
[Pure]
public static IParsedExpressionNumberParser CreateDefaultDouble(ParsedExpressionFactoryInternalConfiguration configuration)Parameters
- configurationParsedExpressionFactoryInternalConfiguration
- Underlying configuration. 
Returns
- IParsedExpressionNumberParser
- New IParsedExpressionNumberParser instance. 
CreateDefaultFloat(ParsedExpressionFactoryInternalConfiguration)
Creates a new IParsedExpressionNumberParser instance for float type.
[Pure]
public static IParsedExpressionNumberParser CreateDefaultFloat(ParsedExpressionFactoryInternalConfiguration configuration)Parameters
- configurationParsedExpressionFactoryInternalConfiguration
- Underlying configuration. 
Returns
- IParsedExpressionNumberParser
- New IParsedExpressionNumberParser instance. 
CreateDefaultInt32(ParsedExpressionFactoryInternalConfiguration)
Creates a new IParsedExpressionNumberParser instance for int type.
[Pure]
public static IParsedExpressionNumberParser CreateDefaultInt32(ParsedExpressionFactoryInternalConfiguration configuration)Parameters
- configurationParsedExpressionFactoryInternalConfiguration
- Underlying configuration. 
Returns
- IParsedExpressionNumberParser
- New IParsedExpressionNumberParser instance. 
CreateDefaultInt64(ParsedExpressionFactoryInternalConfiguration)
Creates a new IParsedExpressionNumberParser instance for long type.
[Pure]
public static IParsedExpressionNumberParser CreateDefaultInt64(ParsedExpressionFactoryInternalConfiguration configuration)Parameters
- configurationParsedExpressionFactoryInternalConfiguration
- Underlying configuration. 
Returns
- IParsedExpressionNumberParser
- New IParsedExpressionNumberParser instance.