DoubleConversionFunctions Class

Summary

Class which provides NAnt functions to convert strings in double values and vice versa.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions
Base Types
graph BT Type-->Base0["FunctionSetBase"] click Base0 "/api/NAnt.Core/FunctionSetBase" Base0-->Base1["Object"] Type["DoubleConversionFunctions"] class Type type-node

Syntax

[FunctionSet("double", "Conversion")]
public class DoubleConversionFunctions : FunctionSetBase

Attributes

Type Description
FunctionSetAttribute Indicates that class should be treated as a set of functions.

Constructors

Name Summary
DoubleConversionFunctions(Project, PropertyDictionary) Initializes a new instance of the NAnt.Core.Functions.DoubleConversionFunctions class.

Properties

Name Value Summary
Project Project
Gets or sets the NAnt.Core.FunctionSetBase.Project that this functionset will reference.
Inherited from FunctionSetBase

Methods

Name Value Summary
Parse(string) double
Converts the specified string representation of a number to its double-precision floating point number equivalent.
static
ToString(double) string
Converts the specified double to its equivalent string representation.
static