Click or drag to resize
CVVCRCInexact Method
Compute the CRC value of a VV and allows you to specify number of bits of floats/doubles to drop so that the CRC will be same even of this are changed.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Very usefull for testing where the last bits of accuracy are not as important.
Syntax
public int CRCInexact(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
previous CRC CRC_INIT_VALUEConstant
i2
Type: SystemInt32
See VV_FLOAT_CRC_BITSConstant
i3
Type: SystemInt32
See VV_DOUBLE_CRC_BITSConstant

Return Value

Type: Int32
CRC Value
See Also