Table of Contents

Interface DataStruct

Namespace
FinanceSharp
Assembly
FinanceSharp.dll
public interface DataStruct : ICloneable
Inherited Members
Extension Methods

Properties

Properties

The number of properties this struct has, equivalent to sizeof(this)/sizeof(double).

int Properties { get; }

Property Value

int

Value

Returns the default value of given DataStruct.

double Value { get; set; }

Property Value

double