Double.CreateTruncating<TOther>(TOther) Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 double CreateTruncating(TOther value) = System::Numerics::INumberBase<double>::CreateTruncating;
public static double CreateTruncating<TOther>(TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateTruncating : 'Other -> double (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateTruncating(Of TOther As INumberBase(Of TOther)) (value As TOther) As Double
- TOther
O tipo de value
.
- value
- TOther
O valor usado para criar a instância de TSelf
.
Uma instância de TSelf
criada com base value
em , truncando se value
estiver fora do intervalo representável de TSelf
.
Produto | Versões |
---|---|
.NET | 7, 8, 9, 10 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: