Sharpen.IntBuffer.Put C# (CSharp) Method

Put() public method

public Put ( int val ) : void
val int
return void
        public void Put(int val)
        {
            this.PutInt(val);
        }