BitConverter.SingleToUInt32Bits(Single) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

지정된 단정밀도 부동 소수점 숫자를 부호 없는 32비트 정수로 변환합니다.

public:
 static System::UInt32 SingleToUInt32Bits(float value);
[System.CLSCompliant(false)]
public static uint SingleToUInt32Bits (float value);
[<System.CLSCompliant(false)>]
static member SingleToUInt32Bits : single -> uint32
Public Shared Function SingleToUInt32Bits (value As Single) As UInteger

매개 변수

value
Single

변환할 숫자입니다.

반환

UInt32

비트가 동일한 부호 없는 32비트 정수입니다 value.

특성

적용 대상