C# 클래스 FalloutClient.DebugEditor.ByteConverter

파일 보기 프로젝트 열기: phobos2077/sfall

공개 메소드들

메소드 설명
GetAsBytes ( ulong ul ) : byte[]
GetAsFloat ( int i ) : float
GetAsInt ( float f ) : int

메소드 상세

GetAsBytes() 공개 메소드

public GetAsBytes ( ulong ul ) : byte[]
ul ulong
리턴 byte[]

GetAsFloat() 공개 메소드

public GetAsFloat ( int i ) : float
i int
리턴 float

GetAsInt() 공개 메소드

public GetAsInt ( float f ) : int
f float
리턴 int