Table of Contents

Struct ExcelDoubleCellValue

Namespace
OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly
Magicodes.EPPlus.dll
public struct ExcelDoubleCellValue : IComparable<ExcelDoubleCellValue>, IComparable
Implements
Inherited Members
Extension Methods

Constructors

ExcelDoubleCellValue(double)

public ExcelDoubleCellValue(double val)

Parameters

val double

ExcelDoubleCellValue(double, int)

public ExcelDoubleCellValue(double val, int cellRow)

Parameters

val double
cellRow int

Fields

CellRow

public int? CellRow

Field Value

int?

Value

public double Value

Field Value

double

Methods

CompareTo(ExcelDoubleCellValue)

public int CompareTo(ExcelDoubleCellValue other)

Parameters

other ExcelDoubleCellValue

Returns

int

CompareTo(object)

public int CompareTo(object obj)

Parameters

obj object

Returns

int

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Operators

operator ==(ExcelDoubleCellValue, ExcelDoubleCellValue)

public static bool operator ==(ExcelDoubleCellValue a, ExcelDoubleCellValue b)

Parameters

a ExcelDoubleCellValue
b ExcelDoubleCellValue

Returns

bool

operator ==(ExcelDoubleCellValue, double)

public static bool operator ==(ExcelDoubleCellValue a, double b)

Parameters

a ExcelDoubleCellValue
b double

Returns

bool

implicit operator double(ExcelDoubleCellValue)

public static implicit operator double(ExcelDoubleCellValue d)

Parameters

d ExcelDoubleCellValue

Returns

double

implicit operator ExcelDoubleCellValue(double)

public static implicit operator ExcelDoubleCellValue(double d)

Parameters

d double

Returns

ExcelDoubleCellValue

operator !=(ExcelDoubleCellValue, ExcelDoubleCellValue)

public static bool operator !=(ExcelDoubleCellValue a, ExcelDoubleCellValue b)

Parameters

a ExcelDoubleCellValue
b ExcelDoubleCellValue

Returns

bool

operator !=(ExcelDoubleCellValue, double)

public static bool operator !=(ExcelDoubleCellValue a, double b)

Parameters

a ExcelDoubleCellValue
b double

Returns

bool