Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ f64
Method
f64
raphtory-api/src/python/prop.rs:284–286 ·
view source on GitHub ↗
(value: f64)
Source
from the content-addressed store, hash-verified
282
/// Prop:
283
#[staticmethod]
284
pub fn f64(value: f64) -> Self {
285
PyProp(Prop::F64(value))
286
}
287
288
/// Construct a `Prop` holding a string.
289
///
Callers
2
check
Function · 0.80
apply_pagerank
Function · 0.80
Calls
1
PyProp
Class · 0.85
Tested by
1
check
Function · 0.64