[SerializableAttribute]
public struct Number : IRealNumber<Number>,
IRealNumber, INumber<Number>, IConsole, IStorage<Number>,
IStorageBinary, IComparable, IElementArithmetic<Number>, IArithmetic<Number>,
IMath<Number>, IRealMath<Number><SerializableAttribute>
Public Structure Number
Implements IRealNumber(Of Number), IRealNumber,
INumber(Of Number), IConsole, IStorage(Of Number),
IStorageBinary, IComparable, IElementArithmetic(Of Number), IArithmetic(Of Number),
IMath(Of Number), IRealMath(Of Number)[SerializableAttribute]
public value class Number : IRealNumber<Number>,
IRealNumber, INumber<Number>, IConsole, IStorage<Number>,
IStorageBinary, IComparable, IElementArithmetic<Number>, IArithmetic<Number>,
IMath<Number>, IRealMath<Number>[<SealedAttribute>]
[<SerializableAttribute>]
type Number =
struct
inherit ValueType
interface IRealNumber<Number>
interface IRealNumber
interface INumber<Number>
interface IConsole
interface IStorage<Number>
interface IStorageBinary
interface IComparable
interface IElementArithmetic<Number>
interface IArithmetic<Number>
interface IMath<Number>
interface IRealMath<Number>
end| Number | Creates a new Real Number |
| ExpValue | Expected Value |
| FcnValue | Function Value |
| IDof | Computes the Inverse of the Degrees of Freedom |
| IsConst | Returns true if it's a Const |
| memsize | Number of bytes allocated for the Object. |
| One | Returns the neutral element of multiplication |
| StdUnc | Computes the Standard Uncertainty |
| Value | Value |
| Zero | Returns the neutral element of addition |
| Abs | Returns the absolute value. |
| Acos | Returns the angle whose cosine is the specified number. |
| Acosh | Returns the angle whose hyperbolic cosine is the specified number. |
| Add | Returns the sum of the object and b. |
| Asin | Returns the angle whose sine is the specified number. |
| Asinh | Returns the angle whose hyperbolic sine is the specified number. |
| Atan | Returns the angle whose tangent is the specified number. |
| Atan2 | Returns the angle whose tangent is the quotient of two specified numbers. |
| Atanh | Returns the angle whose hyperbolic tangent is the specified number. |
| BinaryDeserialize | Binary Deserialize an Object from File. |
| BinaryDeserializeFromByteArray | Binary Deserialize an Object from a byte array. |
| BinarySerialize | Binary Serialize an Object to File. |
| BinarySerializeToByteArray | Binary Serialize an Object to a byte array. |
| BinarySetDataFrom | Set object data from Binary Reader. |
| BinaryWriteDataTo | Write object data to Binary Writer. |
| ComplexAbs | Complex absolute value |
| ComplexDivision | Complex division |
| Conj | Returns the complex conjugate. |
| Cos | Returns the cosine of the specified angle. |
| Cosh | Returns the hyperbolic cosine of the specified angle. |
| DblSqrFcnValue | Returns the square function value. |
| Debug | Debug an Object |
| Divide | Returns the quotient of the object and b. |
| Ellipe | Returns the complete elliptic integral of the second kind. |
| Ellipk | Returns the complete elliptic integral of the first kind. |
| Ellippi | Returns the complete elliptic integral of the third kind. |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| Exp | Returns e raised to the specified power. |
| FcnValue2 | Returns the function value. |
| GetCoverageInterval | Computes the Coverage Interval |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
| GetMoment | Computes the n-th Central Moment |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| InitDbl | Initializes a Real Number |
| IsNotZero | Returns true if the Value of an Object is not equal to zero. |
| IsOne | Returns true if the Value of an Object is equal to one. |
| IsZero | Returns true if the Value of an Object is equal to zero. |
| Log | Returns the natural (base e) logarithm of a specified number. |
| Log(Number) | Returns the logarithm of a specified number in a specified base. |
| Log10 | Returns the base 10 logarithm of a specified number. |
| Multiply | Returns the product of the object and b. |
| Negative | Returns the negative of the object. |
| Pow(Int32) | Returns a specified number raised to the specified power. |
| Pow(Number) | Returns a specified number raised to the specified power. |
| Sign | Returns a value indicating the sign of a number. |
| Sin | Returns the sine of the specified angle. |
| Sinh | Returns the hyperbolic sine of the specified angle. |
| Sqrt | Returns the square root of a specified number. |
| Subtract | Returns the difference of the object and b. |
| Tan | Returns the tangent of the specified angle. |
| Tanh | Returns the hyperbolic tangent of the specified angle. |
| ToString |
Override ToString() to display an Object.
(Overrides ValueTypeToString) |
| XmlDeserialize | Xml Deserialize an Object from File. |
| XmlDeserializeFromString | Xml Deserialize an Object from String. |
| XmlSerialize | Xml Serialize an Object to File. |
| XmlSerializeToString | Xml Serialize an Object to String. |
| Addition(Number, Number) | Overloading '+' operator |
| Division(Number, Number) | Overloading '/' operator |
| (Double to Number) | Convert double to Real Number |
| Multiply(Number, Number) | Overloading '*' operator |
| Subtraction(Number, Number) | Overloading '-' operator |
| UnaryNegation(Number) | Overloading '-' operator |
| UnaryPlus(Number) | Overloading '+' operator |