FromConverter Structure

Converts values from Double to other types.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public readonly struct FromConverter : IFromConverter<double>, 
	IFromConverter<float>, IFromConverter<decimal>, IFromConverter<Quad>, 
	IFromConverter<int>, IFromConverter<long>, IFromConverter<short>, 
	IFromConverter<uint>, IFromConverter<ulong>, IFromConverter<ushort>, 
	IFromConverter<sbyte>, IFromConverter<byte>, IFromConverter<bool>, 
	IFromConverter<Half>, IFromConverter<Int128>, IFromConverter<UInt128>, 
	IFromConverter<BigInteger>, IFromConverter<BigRational>, IFromConverter<BigFloat>
Inheritance
Object  →  ValueType  →  FromConverter
Implements
IFromConverter<Double>, IFromConverter<Single>, IFromConverter<Decimal>, IFromConverter<Quad>, IFromConverter<Int32>, IFromConverter<Int64>, IFromConverter<Int16>, IFromConverter<UInt32>, IFromConverter<UInt64>, IFromConverter<UInt16>, IFromConverter<SByte>, IFromConverter<Byte>, IFromConverter<Boolean>, IFromConverter<Half>, IFromConverter<Int128>, IFromConverter<UInt128>, IFromConverter<BigInteger>, IFromConverter<BigRational>, IFromConverter<BigFloat>

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
To<U>(BigFloat) Converts a value to the specified type.
To<U>(BigInteger) Converts a value to the specified type.
To<U>(BigRational) Converts a value to the specified type.
To<U>(Boolean) Converts a value to the specified type.
To<U>(Byte) Converts a value to the specified type.
To<U>(Complex<BigFloat>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<BigInteger>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<BigRational>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Quad>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Boolean>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Byte>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Decimal>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Double>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Half>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Int128>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Int16>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Int32>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Int64>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<SByte>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Single>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<UInt128>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<UInt16>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<UInt32>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<UInt64>) Converts a complex value to a complex value of the specified type.
To<U>(Decimal) Converts a value to the specified type.
To<U>(Double) Converts a value to the specified type.
To<U>(Half) Converts a value to the specified type.
To<U>(Int128) Converts a value to the specified type.
To<U>(Int16) Converts a value to the specified type.
To<U>(Int32) Converts a value to the specified type.
To<U>(Int64) Converts a value to the specified type.
To<U>(Quad) Converts a value to the specified type.
To<U>(SByte) Converts a value to the specified type.
To<U>(Single) Converts a value to the specified type.
To<U>(UInt128) Converts a value to the specified type.
To<U>(UInt16) Converts a value to the specified type.
To<U>(UInt32) Converts a value to the specified type.
To<U>(UInt64) Converts a value to the specified type.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also