BitConverter.SingleToInt32Bits(Single) 메서드

정의

단정밀도 부동 소수점 값을 정수로 변환합니다.

public:
 static int SingleToInt32Bits(float value);
public static int SingleToInt32Bits (float value);
static member SingleToInt32Bits : single -> int
Public Shared Function SingleToInt32Bits (value As Single) As Integer

매개 변수

value
Single

변환할 단정밀도 부동 소수점 값입니다.

반환

Int32

변환된 단정밀도 부동 소수점 값을 나타내는 정수입니다.

적용 대상