Show / Hide Table of Contents

Operator Explicit

| Improve this Doc View Source

Explicit(_Single to _String)

Converts the supplied _Single to _String.

Declaration
public static explicit operator _String(_Single x)
Parameters
Type Name Description
_Single x

A _Single object.

Returns
Type Description
_String

A _String expression which contains the result.

| Improve this Doc View Source

Explicit(_Boolean to _Single)

Converts the supplied _Boolean to _Single.

Declaration
public static explicit operator _Single(_Boolean x)
Parameters
Type Name Description
_Boolean x

A _Boolean object.

Returns
Type Description
_Single

A _Single expression which contains the result.

| Improve this Doc View Source

Explicit(_Byte to _Single)

Converts the supplied _Byte to _Single.

Declaration
public static explicit operator _Single(_Byte x)
Parameters
Type Name Description
_Byte x

A _Byte object.

Returns
Type Description
_Single

A _Single expression which contains the result.

| Improve this Doc View Source

Explicit(_Int16 to _Single)

Converts the supplied _Int16 to _Single.

Declaration
public static explicit operator _Single(_Int16 x)
Parameters
Type Name Description
_Int16 x

A _Int16 object.

Returns
Type Description
_Single

A _Single expression which contains the result.

| Improve this Doc View Source

Explicit(_Int64 to _Single)

Converts the supplied _Int64 to _Single.

Declaration
public static explicit operator _Single(_Int64 x)
Parameters
Type Name Description
_Int64 x

A _Int64 object.

Returns
Type Description
_Single

A _Int64 expression which contains the result.

| Improve this Doc View Source

Explicit(_Int32 to _Single)

Converts the supplied _Int32 to _Single.

Declaration
public static explicit operator _Single(_Int32 x)
Parameters
Type Name Description
_Int32 x

A _Int32 object.

Returns
Type Description
_Single

A _Single expression which contains the result.

| Improve this Doc View Source

Explicit(_Decimal to _Single)

Converts the supplied _Single to _Single.

Declaration
public static explicit operator _Single(_Decimal x)
Parameters
Type Name Description
_Decimal x

A _Single object.

Returns
Type Description
_Single

A _Single expression which contains the result.

| Improve this Doc View Source

Explicit(_Double to _Single)

Converts the supplied _Double to _Single.

Declaration
public static explicit operator _Single(_Double x)
Parameters
Type Name Description
_Double x

A _Double object.

Returns
Type Description
_Single

A _Single expression which contains the result.

| Improve this Doc View Source

Explicit(_String to _Single)

Converts the supplied _String to _Single.

Declaration
public static explicit operator _Single(_String x)
Parameters
Type Name Description
_String x

A _String object.

Returns
Type Description
_Single

A _Single expression which contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest