Operator Explicit
| Improve this Doc View SourceExplicit(_Double to _String)
Declaration
public static explicit operator _String(_Double x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Double | x | A _Double object.  | 
    
Returns
| Type | Description | 
|---|---|
| _String | A _String expression which contains the result.  | 
    
Explicit(_Boolean to _Double)
Declaration
public static explicit operator _Double(_Boolean x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Boolean | x | A _Boolean object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Double expression which contains the result.  | 
    
Explicit(_Byte to _Double)
Declaration
public static explicit operator _Double(_Byte x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Byte | x | A _Byte object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Double expression which contains the result.  | 
    
Explicit(_Int16 to _Double)
Declaration
public static explicit operator _Double(_Int16 x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Int16 | x | A _Int16 object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Double expression which contains the result.  | 
    
Explicit(_Int64 to _Double)
Declaration
public static explicit operator _Double(_Int64 x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Int64 | x | A _Int64 object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Int64 expression which contains the result.  | 
    
Explicit(_Int32 to _Double)
Declaration
public static explicit operator _Double(_Int32 x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Int32 | x | A _Int32 object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Double expression which contains the result.  | 
    
Explicit(_Decimal to _Double)
Declaration
public static explicit operator _Double(_Decimal x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Decimal | x | A _Double object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Double expression which contains the result.  | 
    
Explicit(_Single to _Double)
Declaration
public static explicit operator _Double(_Single x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _Single | x | A _Single object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Double expression which contains the result.  | 
    
Explicit(_String to _Double)
Declaration
public static explicit operator _Double(_String x)
Parameters
| Type | Name | Description | 
|---|---|---|
| _String | x | A _String object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Double | A _Double expression which contains the result.  |