Wombat.MamaMsg.tryVectorU64 C# (CSharp) Method

tryVectorU64() public method

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

Same methods

MamaMsg::tryVectorU64 ( string name, ushort fid, ulong &result ) : bool
MamaMsg