 | CSEGYREADEREstimateNumberOfTraces Method |
Get the number of traces that would be in the SEG-Y file, given a trace length and data type.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int EstimateNumberOfTraces(
string data_type_name,
int number_of_samples
)
public int EstimateNumberOfTraces(
string data_type_name,
int number_of_samples
)
Public Function EstimateNumberOfTraces (
data_type_name As String,
number_of_samples As Integer
) As Integer
Public Function EstimateNumberOfTraces (
data_type_name As String,
number_of_samples As Integer
) As Integer
public:
int EstimateNumberOfTraces(
String^ data_type_name,
int number_of_samples
)
public:
int EstimateNumberOfTraces(
String^ data_type_name,
int number_of_samples
)
member EstimateNumberOfTraces :
data_type_name : string *
number_of_samples : int -> int
member EstimateNumberOfTraces :
data_type_name : string *
number_of_samples : int -> int
Parameters
- data_type_name
- Type: SystemString
The name of a supported data type. - number_of_samples
- Type: SystemInt32
The number of samples to return
Return Value
Type:
Int32
See Also