C# Class Examples.Tutorial.Picking.Byte4

显示文件 Open project: tpb3d/TPB3D

Public Properties

Property Type Description
R byte

Public Methods

Method Description
Byte4 ( byte input ) : System
ToString ( ) : string
ToUInt32 ( ) : uint

Method Details

Byte4() public method

public Byte4 ( byte input ) : System
input byte
return System

ToString() public method

public ToString ( ) : string
return string

ToUInt32() public method

public ToUInt32 ( ) : uint
return uint

Property Details

R public_oe property

public byte R
return byte