Table of Contents

Class Percent

Namespace
NCalc.Domain
Assembly
NCalc.dll
public class Percent
Inheritance
Percent
Inherited Members

Constructors

Percent(object)

public Percent(object value)

Parameters

value object

Percent(object, Type)

public Percent(object value, Type originalType)

Parameters

value object
originalType Type

Properties

OriginalType

public Type OriginalType { get; }

Property Value

Type

Type

public ValueType Type { get; }

Property Value

ValueType

Value

public object? Value { get; }

Property Value

object

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.