From Nullable Converter.To Method
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
To<U>(Complex<Nullable<BigInteger>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<BigRational>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Quad>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Boolean>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Byte>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Decimal>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Double>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Half>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Int128>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Int16>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Int32>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Int64>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<SByte>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<Single>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<UInt128>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<UInt16>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<UInt32>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Complex<Nullable<UInt64>>) | Converts a complex value to a complex value of the specified type. |
To<U>(Nullable<BigInteger>) | Converts a value to the specified type. |
To<U>(Nullable<BigRational>) | Converts a value to the specified type. |
To<U>(Nullable<Quad>) | Converts a value to the specified type. |
To<U>(Nullable<Boolean>) | Converts a value to the specified type. |
To<U>(Nullable<Byte>) | Converts a value to the specified type. |
To<U>(Nullable<Decimal>) | Converts a value to the specified type. |
To<U>(Nullable<Double>) | Converts a value to the specified type. |
To<U>(Nullable<Half>) | Converts a value to the specified type. |
To<U>(Nullable<Int128>) | Converts a value to the specified type. |
To<U>(Nullable<Int16>) | Converts a value to the specified type. |
To<U>(Nullable<Int32>) | Converts a value to the specified type. |
To<U>(Nullable<Int64>) | Converts a value to the specified type. |
To<U>(Nullable<SByte>) | Converts a value to the specified type. |
To<U>(Nullable<Single>) | Converts a value to the specified type. |
To<U>(Nullable<UInt128>) | Converts a value to the specified type. |
To<U>(Nullable<UInt16>) | Converts a value to the specified type. |
To<U>(Nullable<UInt32>) | Converts a value to the specified type. |
To<U>(Nullable<UInt64>) | Converts a value to the specified type. |
To<U>(Complex<Nullable<BigInteger>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<BigInteger?> value
)
Parameters
- value Complex<Nullable<BigInteger>>
- The value to convert.
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<BigRational>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<BigRational?> value
)
Parameters
- value Complex<Nullable<BigRational>>
- The value to convert.
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Quad>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<Quad?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Boolean>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<bool?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Byte>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<byte?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Decimal>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<decimal?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Double>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<double?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Half>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<Half?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Int128>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<Int128?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Int16>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<short?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Int32>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<int?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Int64>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<long?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<SByte>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<sbyte?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<Single>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<float?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<UInt128>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<UInt128?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<UInt16>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<ushort?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<UInt32>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<uint?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Complex<Nullable<UInt64>>)
Converts a complex value to a complex value of the specified type.
public Complex<U> To<U>(
Complex<ulong?> value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
Complex<U>The converted value.
Implements
IFromConverter<T>.To<U>(Complex<T>)To<U>(Nullable<BigInteger>)
Converts a value to the specified type.
public U To<U>(
BigInteger? value
)
Parameters
- value Nullable<BigInteger>
- The value to convert.
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<BigRational>)
Converts a value to the specified type.
public U To<U>(
BigRational? value
)
Parameters
- value Nullable<BigRational>
- The value to convert.
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Quad>)
Converts a value to the specified type.
public U To<U>(
Quad? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Boolean>)
Converts a value to the specified type.
public U To<U>(
bool? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Byte>)
Converts a value to the specified type.
public U To<U>(
byte? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Decimal>)
Converts a value to the specified type.
public U To<U>(
decimal? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Double>)
Converts a value to the specified type.
public U To<U>(
double? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Half>)
Converts a value to the specified type.
public U To<U>(
Half? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Int128>)
Converts a value to the specified type.
public U To<U>(
Int128? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Int16>)
Converts a value to the specified type.
public U To<U>(
short? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Int32>)
Converts a value to the specified type.
public U To<U>(
int? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Int64>)
Converts a value to the specified type.
public U To<U>(
long? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<SByte>)
Converts a value to the specified type.
public U To<U>(
sbyte? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<Single>)
Converts a value to the specified type.
public U To<U>(
float? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<UInt128>)
Converts a value to the specified type.
public U To<U>(
UInt128? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<UInt16>)
Converts a value to the specified type.
public U To<U>(
ushort? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<UInt32>)
Converts a value to the specified type.
public U To<U>(
uint? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.
To<U>(Nullable<UInt64>)
Converts a value to the specified type.
public U To<U>(
ulong? value
)
Parameters
Type Parameters
- U
- The type to convert to.
Return Value
UThe converted value.