Method | Description | |
---|---|---|
ConvertAnyIntToBigInteger ( object value ) : object | ||
ConvertAnyToComplex ( object value ) : object | ||
ConvertAnyToString ( object value ) : object | ||
ConvertBigIntToComplex ( object value ) : object | ||
Init ( ) : void | ||
InitBaseTypeList ( ) : void | ||
InitOperatorImplementations ( ) : void | ||
InitTypeConverters ( ) : void |
Method | Description | |
---|---|---|
AddImplementation ( string op, |
||
AddImplementation ( string op, |
public static ConvertAnyIntToBigInteger ( object value ) : object | ||
value | object | |
return | object |
public static ConvertAnyToComplex ( object value ) : object | ||
value | object | |
return | object |
public static ConvertAnyToString ( object value ) : object | ||
value | object | |
return | object |
public static ConvertBigIntToComplex ( object value ) : object | ||
value | object | |
return | object |
public InitOperatorImplementations ( ) : void | ||
return | void |