UInt32.CreateSaturating<TOther>(TOther) Método

Definição

Cria uma instância do tipo atual de um valor, saturando todos os valores que estão fora do intervalo representável do tipo atual.

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static System::UInt32 CreateSaturating(TOther value) = System::Numerics::INumberBase<System::UInt32>::CreateSaturating;
public static uint CreateSaturating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateSaturating : 'Other -> uint32 (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateSaturating(Of TOther As INumberBase(Of TOther)) (value As TOther) As UInteger

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 de value, saturando se value estiver fora do intervalo representável de TSelf.

Implementações

Aplica-se a