NFloat.CreateTruncating<TOther>(TOther) Método

Definição

Cria uma instância do tipo atual de um valor, truncando todos os valores que ficam fora do intervalo representável do tipo atual.

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static System::Runtime::InteropServices::NFloat CreateTruncating(TOther value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::CreateTruncating;
public static System.Runtime.InteropServices.NFloat CreateTruncating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateTruncating : 'Other -> System.Runtime.InteropServices.NFloat (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateTruncating(Of TOther As INumberBase(Of TOther)) (value As TOther) As NFloat

Parâmetros de tipo

TOther

O tipo de value.

Parâmetros

value
TOther

O valor usado para criar a instância de TSelf.

Retornos

Uma instância de TSelf criada com base valueem , truncando se value estiver fora do intervalo representável de TSelf.

Implementações

Aplica-se a