Wombat.MamaMsg.tryVectorI64 C# (CSharp) Method

tryVectorI64() public method

Try get a vector of signed 64 bit integers.
public tryVectorI64 ( MamaFieldDescriptor descriptor, long &result ) : bool
descriptor MamaFieldDescriptor
result long
return bool
        public bool tryVectorI64(
			MamaFieldDescriptor descriptor, 
			ref long[] result)
        {
            return tryVectorI64 (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

MamaMsg::tryVectorI64 ( string name, ushort fid, long &result ) : bool
MamaMsg