NFloat.Implicit Operator

Definition

Överlagringar

Name Description
Implicit(SByte to NFloat)

Konverterar implicit ett SByte värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(UIntPtr to NFloat)

Konverterar implicit ett UIntPtr värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(UInt64 to NFloat)

Konverterar implicit ett UInt64 värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(UInt32 to NFloat)

Konverterar implicit ett UInt32 värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(UInt16 to NFloat)

Konverterar implicit ett UInt16 värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(Single to NFloat)

Konverterar implicit ett Single värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(NFloat to Double)

Konverterar implicit ett flyttalsvärde i intern storlek till närmaste representerande Double värde.

Implicit(Half to NFloat)

Konverterar implicit ett Half värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(Int64 to NFloat)

Konverterar implicit ett Int64 värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(Int32 to NFloat)

Konverterar implicit ett Int32 värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(Int16 to NFloat)

Konverterar implicit ett Int16 värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(Char to NFloat)

Konverterar implicit ett Char värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(Byte to NFloat)

Konverterar implicit ett Byte värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(IntPtr to NFloat)

Konverterar implicit ett IntPtr värde till dess närmaste representerande flyttalsvärde i intern storlek.

Implicit(SByte to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett SByte värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Runtime.InteropServices.NFloat(sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As SByte) As NFloat

Parametrar

value
SByte

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Attribut

Gäller för

Implicit(UIntPtr to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UIntPtr värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator System.Runtime.InteropServices.NFloat(UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As UIntPtr) As NFloat

Parametrar

value
UIntPtr

unativeint

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Attribut

Gäller för

Implicit(UInt64 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UInt64 värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator System.Runtime.InteropServices.NFloat(ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As ULong) As NFloat

Parametrar

value
UInt64

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Attribut

Gäller för

Implicit(UInt32 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UInt32 värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator System.Runtime.InteropServices.NFloat(uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As UInteger) As NFloat

Parametrar

value
UInt32

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Attribut

Gäller för

Implicit(UInt16 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UInt16 värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Runtime.InteropServices.NFloat(ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As UShort) As NFloat

Parametrar

value
UInt16

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Attribut

Gäller för

Implicit(Single to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett Single värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(float value);
public static implicit operator System.Runtime.InteropServices.NFloat(float value);
static member op_Implicit : single -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As Single) As NFloat

Parametrar

value
Single

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Implicit(NFloat to Double)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett flyttalsvärde i intern storlek till närmaste representerande Double värde.

public:
 static operator double(System::Runtime::InteropServices::NFloat value);
public static implicit operator double(System.Runtime.InteropServices.NFloat value);
static member op_Implicit : System.Runtime.InteropServices.NFloat -> double
Public Shared Widening Operator CType (value As NFloat) As Double

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Double värde.

Gäller för

Implicit(Half to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett Half värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(Half value);
public static implicit operator System.Runtime.InteropServices.NFloat(Half value);
static member op_Implicit : Half -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As Half) As NFloat

Parametrar

value
Half

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Implicit(Int64 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett Int64 värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(long value);
public static implicit operator System.Runtime.InteropServices.NFloat(long value);
static member op_Implicit : int64 -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As Long) As NFloat

Parametrar

value
Int64

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Implicit(Int32 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett Int32 värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(int value);
public static implicit operator System.Runtime.InteropServices.NFloat(int value);
static member op_Implicit : int -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As Integer) As NFloat

Parametrar

value
Int32

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Implicit(Int16 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett Int16 värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(short value);
public static implicit operator System.Runtime.InteropServices.NFloat(short value);
static member op_Implicit : int16 -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As Short) As NFloat

Parametrar

value
Int16

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Implicit(Char to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett Char värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(char value);
public static implicit operator System.Runtime.InteropServices.NFloat(char value);
static member op_Implicit : char -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As Char) As NFloat

Parametrar

value
Char

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Implicit(Byte to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett Byte värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(System::Byte value);
public static implicit operator System.Runtime.InteropServices.NFloat(byte value);
static member op_Implicit : byte -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As Byte) As NFloat

Parametrar

value
Byte

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Implicit(IntPtr to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar implicit ett IntPtr värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static operator System::Runtime::InteropServices::NFloat(IntPtr value);
public static implicit operator System.Runtime.InteropServices.NFloat(IntPtr value);
static member op_Implicit : nativeint -> System.Runtime.InteropServices.NFloat
Public Shared Widening Operator CType (value As IntPtr) As NFloat

Parametrar

value
IntPtr

nativeint

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för